diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:10:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:10:12 -0600 |
commit | 189e536f1a74ecc2d9dcf35b9f5b3d54a2d1901e (patch) | |
tree | 52d62ad83db1551dd15dc147b4af4cacaae6e850 /kpackage/kplview.h | |
parent | 58cb2c2c17b1e6dd48cbfbcb69ec2f50f1ced9ee (diff) | |
download | tdeadmin-189e536f1a74ecc2d9dcf35b9f5b3d54a2d1901e.tar.gz tdeadmin-189e536f1a74ecc2d9dcf35b9f5b3d54a2d1901e.zip |
Rename a number of classes to enhance compatibility with KDE4
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, |