summaryrefslogtreecommitdiffstats
path: root/kbugbuster/gui/packageselectdialog.h
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/gui/packageselectdialog.h
parentd8f44d1f46ecc198afc8accd5c32446cead1be1d (diff)
downloadtdesdk-51779cd3cb63a6b0267ab77131e5fa9d697cb723.tar.gz
tdesdk-51779cd3cb63a6b0267ab77131e5fa9d697cb723.zip
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'kbugbuster/gui/packageselectdialog.h')
-rw-r--r--kbugbuster/gui/packageselectdialog.h4
1 files changed, 2 insertions, 2 deletions
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;
};