summaryrefslogtreecommitdiffstats
path: root/kbarcode/previewdialog.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/previewdialog.cpp
parentabbc06820c7599ea3d423dd91ad198d11bd1e6ec (diff)
downloadkbarcode-010b0e260e3f8954d82ed503af05e40980a7fda2.tar.gz
kbarcode-010b0e260e3f8954d82ed503af05e40980a7fda2.zip
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'kbarcode/previewdialog.cpp')
-rw-r--r--kbarcode/previewdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/previewdialog.cpp b/kbarcode/previewdialog.cpp
index 55c631c..964b0d6 100644
--- a/kbarcode/previewdialog.cpp
+++ b/kbarcode/previewdialog.cpp
@@ -65,7 +65,7 @@ PreviewDialog::PreviewDialog( TQIODevice* device, Definition* d, TQString filena
groupName = new KLineEdit( group, this );
articleId = new KLineEdit( article, this );
if( SqlTables::isConnected() ) {
- KCompletion* comp = articleId->completionObject();
+ TDECompletion* comp = articleId->completionObject();
TQSqlQuery query( "select article_no from barcode_basic" );
TQStringList slist;
while ( query.next() )