summaryrefslogtreecommitdiffstats
path: root/kommander/editor/messagelog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/messagelog.h')
-rw-r--r--kommander/editor/messagelog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kommander/editor/messagelog.h b/kommander/editor/messagelog.h
index e9848bd1..f0c1edbc 100644
--- a/kommander/editor/messagelog.h
+++ b/kommander/editor/messagelog.h
@@ -21,9 +21,9 @@
#include <klocale.h>
-class KListBox;
+class TDEListBox;
class TDEProcess;
-class KPopupMenu;
+class TDEPopupMenu;
class TQListBoxItem;
class MessageLog : public TQTabWidget
@@ -48,9 +48,9 @@ public slots:
private:
static const int m_listCount = 2;
static TQString m_listNames[m_listCount];
- KListBox* m_lists[m_listCount];
+ TDEListBox* m_lists[m_listCount];
bool m_seenEOL[m_listCount];
- KPopupMenu* m_popupMenu;
+ TDEPopupMenu* m_popupMenu;
};
#endif