summaryrefslogtreecommitdiffstats
path: root/kommander/pluginmanager/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/pluginmanager/mainwindow.h')
-rw-r--r--kommander/pluginmanager/mainwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kommander/pluginmanager/mainwindow.h b/kommander/pluginmanager/mainwindow.h
index f37bb3e3..9f891d2c 100644
--- a/kommander/pluginmanager/mainwindow.h
+++ b/kommander/pluginmanager/mainwindow.h
@@ -20,10 +20,10 @@
#include <kmainwindow.h>
-class KListBox;
+class TDEListBox;
class PluginManager;
-class MainWindow : public KMainWindow
+class MainWindow : public TDEMainWindow
{
Q_OBJECT
@@ -49,7 +49,7 @@ private:
void refresh();
// ListBox of available plugins
- KListBox *m_list;
+ TDEListBox *m_list;
// plugin manager
PluginManager* m_pluginManager;
};