diff options
Diffstat (limited to 'systemsettings/kcmsearch.cpp')
-rw-r--r-- | systemsettings/kcmsearch.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemsettings/kcmsearch.cpp b/systemsettings/kcmsearch.cpp index 91f3675..6f36c63 100644 --- a/systemsettings/kcmsearch.cpp +++ b/systemsettings/kcmsearch.cpp @@ -27,8 +27,8 @@ #include "modulesview.h" #include "moduleiconitem.h" -KcmSearch::KcmSearch( TQPtrList<ModulesView> *moduleViewList, TQWidget *tqparent, const char *name ) - : KIconViewSearchLine(tqparent, moduleViewList->at(0)->groups[0], name){ +KcmSearch::KcmSearch( TQPtrList<ModulesView> *moduleViewList, TQWidget *parent, const char *name ) + : KIconViewSearchLine(parent, moduleViewList->at(0)->groups[0], name){ this->moduleViewList = moduleViewList; } |