diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:43:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:43:30 -0600 |
commit | 45f94a357d4f3c3d480946fb7a2f62f231451730 (patch) | |
tree | 4b37f7d6f5bd8db1c276d1e254e1d18ec8130459 | |
parent | f896e2c464e9373f70a93186a5a2c6aadf386920 (diff) | |
download | digikam-45f94a357d4f3c3d480946fb7a2f62f231451730.tar.gz digikam-45f94a357d4f3c3d480946fb7a2f62f231451730.zip |
Rename KComp to avoid conflicts with KDE4
-rw-r--r-- | digikam/libs/widgets/common/searchtextbar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/libs/widgets/common/searchtextbar.cpp b/digikam/libs/widgets/common/searchtextbar.cpp index d84f05b5..8a95ea66 100644 --- a/digikam/libs/widgets/common/searchtextbar.cpp +++ b/digikam/libs/widgets/common/searchtextbar.cpp @@ -168,8 +168,8 @@ SearchTextBar::SearchTextBar(TQWidget *parent, const char* name, const TQString TDEIcon::Toolbar, TDEIcon::SizeSmall)); d->searchEdit = new DLineEdit(msg, this); - KCompletion *kcom = new KCompletion; - kcom->setOrder(KCompletion::Sorted); + TDECompletion *kcom = new TDECompletion; + kcom->setOrder(TDECompletion::Sorted); d->searchEdit->setCompletionObject(kcom, true); d->searchEdit->setAutoDeleteCompletionObject(true); d->searchEdit->setSizePolicy(TQSizePolicy(TQSizePolicy::Expanding, TQSizePolicy::Minimum)); |