diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:14:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:14:14 -0600 |
commit | ae3203e4a4717c90e6364c5a66a0d9a5dd5b7c4d (patch) | |
tree | 20f26768274e8db3212123cf1991ec916f01d0cb /systemsettings/kcmsearch.h | |
parent | 46164d2bf7219e6db2daf81d76cf45301d97c10f (diff) | |
download | tde-systemsettings-ae3203e4a4717c90e6364c5a66a0d9a5dd5b7c4d.tar.gz tde-systemsettings-ae3203e4a4717c90e6364c5a66a0d9a5dd5b7c4d.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'systemsettings/kcmsearch.h')
-rw-r--r-- | systemsettings/kcmsearch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemsettings/kcmsearch.h b/systemsettings/kcmsearch.h index 55a88de..970b52f 100644 --- a/systemsettings/kcmsearch.h +++ b/systemsettings/kcmsearch.h @@ -58,7 +58,7 @@ private: * Determine if module matches the search * @return true if search is in module's keywords */ - bool itemMatches ( const KCModuleInfo &module, const TQString &search ) const; + bool itemMatches ( const TDECModuleInfo &module, const TQString &search ) const; // Friend class whos groups parsed, TQPtrList<ModulesView> *moduleViewList; |