From d8cc8bdfa7fa624a526d5aa1626974e1444cb799 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 27 May 2011 19:21:21 +0000 Subject: TQt4 port k3b This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1233803 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kfile-plugins/k3bproject/kfile_k3bprojectfileplugin.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'kfile-plugins/k3bproject/kfile_k3bprojectfileplugin.h') diff --git a/kfile-plugins/k3bproject/kfile_k3bprojectfileplugin.h b/kfile-plugins/k3bproject/kfile_k3bprojectfileplugin.h index c90b678..a8b2b13 100644 --- a/kfile-plugins/k3bproject/kfile_k3bprojectfileplugin.h +++ b/kfile-plugins/k3bproject/kfile_k3bprojectfileplugin.h @@ -21,14 +21,15 @@ */ #include -class QStringList; +class TQStringList; class K3bProjectFilePlugin: public KFilePlugin { Q_OBJECT + TQ_OBJECT public: - K3bProjectFilePlugin( QObject *parent, const char *name, const QStringList& args ); + K3bProjectFilePlugin( TQObject *tqparent, const char *name, const TQStringList& args ); virtual bool readInfo( KFileMetaInfo& info, uint what); }; -- cgit v1.2.1