diff options
author | Timothy Pearson <[email protected]> | 2013-02-07 17:58:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-07 17:58:31 -0600 |
commit | 51779cd3cb63a6b0267ab77131e5fa9d697cb723 (patch) | |
tree | fe348cce24506aa6ef077ab38d5e518aaac4c6d7 /kbugbuster/gui/packageselectdialog.h | |
parent | d8f44d1f46ecc198afc8accd5c32446cead1be1d (diff) | |
download | tdesdk-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.h | 4 |
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; }; |