summaryrefslogtreecommitdiffstats
path: root/systemsettings/mainwindow.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:14:14 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:14:14 -0600
commitae3203e4a4717c90e6364c5a66a0d9a5dd5b7c4d (patch)
tree20f26768274e8db3212123cf1991ec916f01d0cb /systemsettings/mainwindow.h
parent46164d2bf7219e6db2daf81d76cf45301d97c10f (diff)
downloadtde-systemsettings-ae3203e4a4717c90e6364c5a66a0d9a5dd5b7c4d.tar.gz
tde-systemsettings-ae3203e4a4717c90e6364c5a66a0d9a5dd5b7c4d.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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;