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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/tests/itemcontainertest.h b/tdeui/tests/itemcontainertest.h
index 3abc0e0a0..cb6cc3a51 100644
--- a/tdeui/tests/itemcontainertest.h
+++ b/tdeui/tests/itemcontainertest.h
@@ -3,7 +3,7 @@
#include <tqwidget.h>
-class KIconView;
+class TDEIconView;
class TDEListView;
class TDEListBox;
class TQButtonGroup;
@@ -31,7 +31,7 @@ public slots:
void slotClicked( TQIconViewItem* ) { tqDebug("CLICK");}
void slotDoubleClicked( TQIconViewItem* ) { tqDebug("DOUBLE CLICK");}
protected:
- KIconView* m_pIconView;
+ TDEIconView* m_pIconView;
TDEListView* m_pListView;
TDEListBox* m_pListBox;