From 48d4a26399959121f33d2bc3bfe51c7827b654fc Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 14 Jun 2011 16:45:05 +0000 Subject: TQt4 port kdevelop This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1236710 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- languages/fortran/compiler/pgioptions/pgioptionsplugin.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'languages/fortran/compiler/pgioptions/pgioptionsplugin.h') diff --git a/languages/fortran/compiler/pgioptions/pgioptionsplugin.h b/languages/fortran/compiler/pgioptions/pgioptionsplugin.h index aba83fbc..28392c0d 100644 --- a/languages/fortran/compiler/pgioptions/pgioptionsplugin.h +++ b/languages/fortran/compiler/pgioptions/pgioptionsplugin.h @@ -24,14 +24,15 @@ class HpfTab; class PgiOptionsPlugin : public KDevCompilerOptions { Q_OBJECT + TQ_OBJECT public: enum Type { PGHPF, PGF77 }; - PgiOptionsPlugin( Type type, TQObject *parent=0, const char *name=0 ); + PgiOptionsPlugin( Type type, TQObject *tqparent=0, const char *name=0 ); ~PgiOptionsPlugin(); - virtual TQString exec(TQWidget *parent, const TQString &flags); + virtual TQString exec(TQWidget *tqparent, const TQString &flags); private: Type pgitype; @@ -41,7 +42,7 @@ private: class PgiOptionsDialog : public KDialogBase { public: - PgiOptionsDialog(PgiOptionsPlugin::Type type, TQWidget *parent=0, const char *name=0 ); + PgiOptionsDialog(PgiOptionsPlugin::Type type, TQWidget *tqparent=0, const char *name=0 ); ~PgiOptionsDialog(); void setFlags(const TQString &flags); -- cgit v1.2.1