summaryrefslogtreecommitdiffstats
path: root/kdat/KDatMainWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdat/KDatMainWindow.h')
-rw-r--r--kdat/KDatMainWindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdat/KDatMainWindow.h b/kdat/KDatMainWindow.h
index 76ae941..d893bdc 100644
--- a/kdat/KDatMainWindow.h
+++ b/kdat/KDatMainWindow.h
@@ -27,7 +27,7 @@
class KMenuBar;
class TQSplitter;
class KStatusBar;
-class KToolBar;
+class TDEToolBar;
class KTreeView;
class KTreeViewItem;
@@ -51,7 +51,7 @@ class TapeInfoWidget;
/**
* @short The KDat main window. Everything happens from here.
*/
-class KDatMainWindow : public KMainWindow {
+class KDatMainWindow : public TDEMainWindow {
Q_OBJECT
@@ -60,7 +60,7 @@ private:
KMenuBar* _menu;
TQPopupMenu* _fileMenu;
TQPopupMenu* _editMenu;
- KToolBar* _toolbar;
+ TDEToolBar* _toolbar;
KStatusBar* _statusBar;
TQSplitter* _panner;
KTreeView* _tree;