summaryrefslogtreecommitdiffstats
path: root/systemsettings/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'systemsettings/mainwindow.h')
-rw-r--r--systemsettings/mainwindow.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/systemsettings/mainwindow.h b/systemsettings/mainwindow.h
index 37a81f8..de7d2fb 100644
--- a/systemsettings/mainwindow.h
+++ b/systemsettings/mainwindow.h
@@ -38,8 +38,8 @@ class KCMultiWidget;
class ModulesView;
class KAction;
class KWidgetAction;
-class KCModule;
-class KCModuleProxy;
+class TDECModule;
+class TDECModuleProxy;
class MainWindow : public KMainWindow
{
@@ -55,7 +55,7 @@ private slots:
void slotItemSelected( TQIconViewItem* item );
void showAllModules();
void aboutCurrentModule();
- void updateModuleHelp( KCModuleProxy * );
+ void updateModuleHelp( TDECModuleProxy * );
void resetModuleHelp();
void groupModulesFinished();
@@ -66,7 +66,7 @@ private slots:
void slotSearchHits(const TQString &query, int *hitList, int length);
private:
- KCModuleMenu *menu;
+ TDECModuleMenu *menu;
bool embeddedWindows;
TQWidgetStack *windowStack;
KTabWidget *moduleTabs;