From 189e536f1a74ecc2d9dcf35b9f5b3d54a2d1901e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:10:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kpackage/pkgOptions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpackage/pkgOptions.h') diff --git a/kpackage/pkgOptions.h b/kpackage/pkgOptions.h index 54ac2c8..1d93708 100644 --- a/kpackage/pkgOptions.h +++ b/kpackage/pkgOptions.h @@ -46,7 +46,7 @@ #include "pkgInterface.h" #include "kpTerm.h" -class KListView; +class TDEListView; class KPushButton; class pkgOptions : public KDialog @@ -70,7 +70,7 @@ public: TQCheckBox *Keep; // keep window - KListView *packages; + TDEListView *packages; int bnumber; // number of option buttons -- cgit v1.2.1