summaryrefslogtreecommitdiffstats
path: root/kbarcode/smalldialogs.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:44:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:44:27 -0600
commit010b0e260e3f8954d82ed503af05e40980a7fda2 (patch)
tree266dccd52763c327f5ff74eb6526bc3ecd6f56b7 /kbarcode/smalldialogs.cpp
parentabbc06820c7599ea3d423dd91ad198d11bd1e6ec (diff)
downloadkbarcode-010b0e260e3f8954d82ed503af05e40980a7fda2.tar.gz
kbarcode-010b0e260e3f8954d82ed503af05e40980a7fda2.zip
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'kbarcode/smalldialogs.cpp')
-rw-r--r--kbarcode/smalldialogs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbarcode/smalldialogs.cpp b/kbarcode/smalldialogs.cpp
index 82fe63a..97ff5d1 100644
--- a/kbarcode/smalldialogs.cpp
+++ b/kbarcode/smalldialogs.cpp
@@ -118,7 +118,7 @@ void AddItemsDialog::setupSql()
if( !tables->isConnected() )
return;
- KCompletion* comp = article->completionObject();
+ TDECompletion* comp = article->completionObject();
comp->clear();
TQSqlQuery query( "select article_no from " TABLE_BASIC " order by article_no" );
TQStringList slist;
@@ -128,7 +128,7 @@ void AddItemsDialog::setupSql()
comp->setItems( slist );
}
-void AddItemsDialog::setGroupCompletion( KCompletion* c )
+void AddItemsDialog::setGroupCompletion( TDECompletion* c )
{
group->setCompletionObject( c );
}