summaryrefslogtreecommitdiffstats
path: root/systemsettings/modulesview.h
diff options
context:
space:
mode:
Diffstat (limited to 'systemsettings/modulesview.h')
-rw-r--r--systemsettings/modulesview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/systemsettings/modulesview.h b/systemsettings/modulesview.h
index 02fe435..c0640b6 100644
--- a/systemsettings/modulesview.h
+++ b/systemsettings/modulesview.h
@@ -65,7 +65,7 @@ public:
};
class TQBoxLayout;
-class KCModuleMenu;
+class TDECModuleMenu;
/**
* This widget contains the IconView's of all of the modules etc
@@ -86,12 +86,12 @@ signals:
void itemSelected( TQIconViewItem* item );
public:
- ModulesView( KCModuleMenu *rootMenu, const TQString &menuPath, TQWidget *parent=0, const char *name=0 );
+ ModulesView( TDECModuleMenu *rootMenu, const TQString &menuPath, TQWidget *parent=0, const char *name=0 );
~ModulesView();
private:
TQValueList<RowIconView*> groups;
- KCModuleMenu *rootMenu;
+ TDECModuleMenu *rootMenu;
TQString menuPath;
void createRow( const TQString &parentPath, TQBoxLayout *layout );