summaryrefslogtreecommitdiffstats
path: root/krusader/ActionMan/actionman.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-03 02:49:54 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-03 02:49:54 +0000
commit6ffad5a006df848f5e9a80ca31e5faec8ed65e62 (patch)
tree3757770dc3586efff30fdfe30f7e36b64ab883f1 /krusader/ActionMan/actionman.h
parent1359f43e963c10d08c6c78f4806da291ca216bfe (diff)
downloadkrusader-6ffad5a006df848f5e9a80ca31e5faec8ed65e62.tar.gz
krusader-6ffad5a006df848f5e9a80ca31e5faec8ed65e62.zip
TQt4 port krusader
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/krusader@1239136 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'krusader/ActionMan/actionman.h')
-rw-r--r--krusader/ActionMan/actionman.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/krusader/ActionMan/actionman.h b/krusader/ActionMan/actionman.h
index bbfe33f..d78b9a4 100644
--- a/krusader/ActionMan/actionman.h
+++ b/krusader/ActionMan/actionman.h
@@ -19,8 +19,9 @@ class UserActionPage;
class ActionMan : public KDialogBase {
Q_OBJECT
+ TQ_OBJECT
public:
- ActionMan( QWidget* parent=0 );
+ ActionMan( TQWidget* tqparent=0 );
~ActionMan();
protected slots: