diff options
Diffstat (limited to 'kpackage/kplview.h')
-rw-r--r-- | kpackage/kplview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpackage/kplview.h b/kpackage/kplview.h index 936f512..239e743 100644 --- a/kpackage/kplview.h +++ b/kpackage/kplview.h @@ -47,7 +47,7 @@ class packageDisplayWidget; //////////////////////////////////////////////////////////////////////// -class KpTreeList: public KListView +class KpTreeList: public TDEListView { Q_OBJECT @@ -164,7 +164,7 @@ public: TQString label7 = 0, TQString label8 = 0); - KpTreeListItem( KListView *parent, packageInfo* pinfo, + KpTreeListItem( TDEListView *parent, packageInfo* pinfo, const TQPixmap& thePixmap, TQString label1 = 0, TQString label2 = 0, TQString label3 = 0, TQString label4 = 0, |