From 69cac65817d949cda2672ec4f0aa73d5e66a0ba1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 22 Jun 2011 00:30:31 +0000 Subject: TQt4 port kdenetwork This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdict/actions.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'kdict/actions.h') diff --git a/kdict/actions.h b/kdict/actions.h index d2261937..3ce80182 100644 --- a/kdict/actions.h +++ b/kdict/actions.h @@ -31,9 +31,10 @@ class TQPushButton; class DictComboAction : public KAction { Q_OBJECT + TQ_OBJECT public: - DictComboAction( const TQString& text, TQObject* parent, + DictComboAction( const TQString& text, TQObject* tqparent, const char* name, bool editable, bool autoSized ); ~DictComboAction(); @@ -73,9 +74,10 @@ class DictComboAction : public KAction class DictLabelAction : public KAction { Q_OBJECT + TQ_OBJECT public: - DictLabelAction( const TQString &text, TQObject *parent = 0, const char *name = 0 ); + DictLabelAction( const TQString &text, TQObject *tqparent = 0, const char *name = 0 ); ~DictLabelAction(); virtual int plug( TQWidget *widget, int index = -1 ); @@ -92,10 +94,11 @@ class DictLabelAction : public KAction class DictButtonAction : public KAction { Q_OBJECT + TQ_OBJECT public: DictButtonAction( const TQString& text, TQObject* receiver, - const char* slot, TQObject* parent, const char* name ); + const char* slot, TQObject* tqparent, const char* name ); ~DictButtonAction(); virtual int plug( TQWidget *w, int index = -1 ); -- cgit v1.2.1