|
|
@ -28,7 +28,7 @@
|
|
|
|
#include "moduleiconitem.h"
|
|
|
|
#include "moduleiconitem.h"
|
|
|
|
|
|
|
|
|
|
|
|
KcmSearch::KcmSearch( TQPtrList<ModulesView> *moduleViewList, TQWidget *parent, const char *name )
|
|
|
|
KcmSearch::KcmSearch( TQPtrList<ModulesView> *moduleViewList, TQWidget *parent, const char *name )
|
|
|
|
: KIconViewSearchLine(parent, moduleViewList->at(0)->groups[0], name){
|
|
|
|
: KIconViewSearchLine(parent, (moduleViewList->at(0))?moduleViewList->at(0)->groups[0]:NULL, name){
|
|
|
|
this->moduleViewList = moduleViewList;
|
|
|
|
this->moduleViewList = moduleViewList;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|