From b09bffed6b43262948018dfb0f11890850ddf7c1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 18 Jun 2011 20:34:22 +0000 Subject: TQt4 port kdeadmin This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1237416 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpackage/packageProperties.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'kpackage/packageProperties.h') diff --git a/kpackage/packageProperties.h b/kpackage/packageProperties.h index e5532f3..aca2103 100644 --- a/kpackage/packageProperties.h +++ b/kpackage/packageProperties.h @@ -35,7 +35,7 @@ // Standard Headers -// Qt Headers +// TQt Headers #include #include #include @@ -52,10 +52,11 @@ class packageInfo; class packagePropertiesWidget : public KTextBrowser { Q_OBJECT + TQ_OBJECT ///////////// METHODS ------------------------------------------------------ public: - packagePropertiesWidget(TQWidget *parent=0); + packagePropertiesWidget(TQWidget *tqparent=0); // constructor ~packagePropertiesWidget(); -- cgit v1.2.3