summaryrefslogtreecommitdiffstats
path: root/kbugbuster
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:58:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:58:31 -0600
commit51779cd3cb63a6b0267ab77131e5fa9d697cb723 (patch)
treefe348cce24506aa6ef077ab38d5e518aaac4c6d7 /kbugbuster
parentd8f44d1f46ecc198afc8accd5c32446cead1be1d (diff)
downloadtdesdk-51779cd3cb63a6b0267ab77131e5fa9d697cb723.tar.gz
tdesdk-51779cd3cb63a6b0267ab77131e5fa9d697cb723.zip
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'kbugbuster')
-rw-r--r--kbugbuster/gui/packageselectdialog.cpp2
-rw-r--r--kbugbuster/gui/packageselectdialog.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/kbugbuster/gui/packageselectdialog.cpp b/kbugbuster/gui/packageselectdialog.cpp
index a757e355..19fb36de 100644
--- a/kbugbuster/gui/packageselectdialog.cpp
+++ b/kbugbuster/gui/packageselectdialog.cpp
@@ -61,7 +61,7 @@ PackageSelectDialog::PackageSelectDialog(TQWidget *parent,const char *name) :
connect( mRecentList, TQT_SIGNAL( doubleClicked( TQListViewItem * ) ),
TQT_SLOT( slotOk() ) );
- mCompletion = new KCompletion;
+ mCompletion = new TDECompletion;
mCompletion->setCompletionMode( TDEGlobalSettings::CompletionAuto );
mCompleteList = new PackageListView( topSplitter );
diff --git a/kbugbuster/gui/packageselectdialog.h b/kbugbuster/gui/packageselectdialog.h
index 6f084196..76d819bd 100644
--- a/kbugbuster/gui/packageselectdialog.h
+++ b/kbugbuster/gui/packageselectdialog.h
@@ -7,7 +7,7 @@
#include "package.h"
-class KCompletion;
+class TDECompletion;
class KLineEdit;
class PackageListView : public TQListView
@@ -59,7 +59,7 @@ class PackageSelectDialog : public KDialogBase
TQListView *mRecentList;
PackageListView *mCompleteList;
KLineEdit *mPackageEdit;
- KCompletion *mCompletion;
+ TDECompletion *mCompletion;
TQDict<TQListViewItem> mCompletionDict;
};