summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/itemcontainertest.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:01 -0600
commitdeac2ca49faed824fe83066080714eb6d653615b (patch)
tree8b5bf97c5acaaf5285985b87fa76dbea0f35e4fa /tdeui/tests/itemcontainertest.h
parent0c9d97065a3d6ceb12d687555a1a33d90db96238 (diff)
downloadtdelibs-deac2ca49faed824fe83066080714eb6d653615b.tar.gz
tdelibs-deac2ca49faed824fe83066080714eb6d653615b.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'tdeui/tests/itemcontainertest.h')
-rw-r--r--tdeui/tests/itemcontainertest.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeui/tests/itemcontainertest.h b/tdeui/tests/itemcontainertest.h
index 86a356ab3..3abc0e0a0 100644
--- a/tdeui/tests/itemcontainertest.h
+++ b/tdeui/tests/itemcontainertest.h
@@ -4,8 +4,8 @@
#include <tqwidget.h>
class KIconView;
-class KListView;
-class KListBox;
+class TDEListView;
+class TDEListBox;
class TQButtonGroup;
class TQLabel;
@@ -32,8 +32,8 @@ public slots:
void slotDoubleClicked( TQIconViewItem* ) { tqDebug("DOUBLE CLICK");}
protected:
KIconView* m_pIconView;
- KListView* m_pListView;
- KListBox* m_pListBox;
+ TDEListView* m_pListView;
+ TDEListBox* m_pListBox;
TQButtonGroup* m_pbgView;
TQButtonGroup* m_pbgMode;