summaryrefslogtreecommitdiffstats
path: root/kommander/editor/messagelog.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:16:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:16:01 -0600
commit9771f17f8cc5252b12ec5f3edf47ff9bffdf997f (patch)
treeb9e389db87bdba126010d03fb5bccdc748d0e6fa /kommander/editor/messagelog.h
parent9930e16dde86b7de9b792613d826f4f8648b9768 (diff)
downloadtdewebdev-9771f17f8cc5252b12ec5f3edf47ff9bffdf997f.tar.gz
tdewebdev-9771f17f8cc5252b12ec5f3edf47ff9bffdf997f.zip
Rename a number of classes to enhance compatibility with KDE4
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