From 9885af067f442d03025eb180e0e5472b636ac265 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 4 Jul 2011 21:11:15 +0000 Subject: TQt4 port kdpkg This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdpkg@1239294 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdpkg-install/install.h | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'kdpkg-install/install.h') diff --git a/kdpkg-install/install.h b/kdpkg-install/install.h index 7fb280c..8117c89 100644 --- a/kdpkg-install/install.h +++ b/kdpkg-install/install.h @@ -25,23 +25,24 @@ #include #include #include -#include +#include class install : public InstallDialog { Q_OBJECT + TQ_OBJECT public: - install(const QString &url = QString(), QWidget *parent = 0L, const char *name = 0L, const QStringList &foo = QStringList()); - QString installPkg; - QString removePkg; - QString path; - QStringList fields; - QString m_kdePrefix; - bool isInstalled(QString); + install(const TQString &url = TQString(), TQWidget *tqparent = 0L, const char *name = 0L, const TQStringList &foo = TQStringList()); + TQString installPkg; + TQString removePkg; + TQString path; + TQStringList fields; + TQString m_kdePrefix; + bool isInstalled(TQString); bool checkArchitecture(); bool isLocked(); - QStringList getVersions(QString); + TQStringList getVersions(TQString); -- cgit v1.2.1