summaryrefslogtreecommitdiffstats
path: root/tdeui/kjanuswidget.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/kjanuswidget.h
parent0c9d97065a3d6ceb12d687555a1a33d90db96238 (diff)
downloadtdelibs-deac2ca49faed824fe83066080714eb6d653615b.tar.gz
tdelibs-deac2ca49faed824fe83066080714eb6d653615b.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'tdeui/kjanuswidget.h')
-rw-r--r--tdeui/kjanuswidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeui/kjanuswidget.h b/tdeui/kjanuswidget.h
index 8cc0c667c..d5bec6142 100644
--- a/tdeui/kjanuswidget.h
+++ b/tdeui/kjanuswidget.h
@@ -28,7 +28,7 @@
#include <tqstringlist.h>
#include <tqmap.h>
-class KListView;
+class TDEListView;
class TQGrid;
class TQHBox;
@@ -69,7 +69,7 @@ class TDEUI_EXPORT KJanusWidget : public TQWidget
Q_OBJECT
private:
- class IconListBox : public KListBox
+ class IconListBox : public TDEListBox
{
friend class KJanusWidget;
@@ -586,7 +586,7 @@ class TDEUI_EXPORT KJanusWidget : public TQWidget
TQStringList *mTitleList;
int mFace;
- KListView *mTreeList;
+ TDEListView *mTreeList;
IconListBox *mIconList;
TQWidgetStack *mPageStack;
TQLabel *mTitleLabel;