summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/itemcontainertest.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tests/itemcontainertest.h')
-rw-r--r--tdeui/tests/itemcontainertest.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tdeui/tests/itemcontainertest.h b/tdeui/tests/itemcontainertest.h
index 86a356ab3..cb6cc3a51 100644
--- a/tdeui/tests/itemcontainertest.h
+++ b/tdeui/tests/itemcontainertest.h
@@ -3,9 +3,9 @@
#include <tqwidget.h>
-class KIconView;
-class KListView;
-class KListBox;
+class TDEIconView;
+class TDEListView;
+class TDEListBox;
class TQButtonGroup;
class TQLabel;
@@ -31,9 +31,9 @@ public slots:
void slotClicked( TQIconViewItem* ) { tqDebug("CLICK");}
void slotDoubleClicked( TQIconViewItem* ) { tqDebug("DOUBLE CLICK");}
protected:
- KIconView* m_pIconView;
- KListView* m_pListView;
- KListBox* m_pListBox;
+ TDEIconView* m_pIconView;
+ TDEListView* m_pListView;
+ TDEListBox* m_pListBox;
TQButtonGroup* m_pbgView;
TQButtonGroup* m_pbgMode;