summaryrefslogtreecommitdiffstats
path: root/krusader/ActionMan/actionman.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:03:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:03:54 +0900
commit3f99eceeeb15286e2d6dc46f4d25e29d551ef6c2 (patch)
treeb0ee0f99ed9e64846c7c51fbd0a5e13495234af1 /krusader/ActionMan/actionman.h
parentec1a422d2f9685f72e0b23387ca117ef221f4fb2 (diff)
downloadkrusader-3f99eceeeb15286e2d6dc46f4d25e29d551ef6c2.tar.gz
krusader-3f99eceeeb15286e2d6dc46f4d25e29d551ef6c2.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'krusader/ActionMan/actionman.h')
-rw-r--r--krusader/ActionMan/actionman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/ActionMan/actionman.h b/krusader/ActionMan/actionman.h
index b93af07..29ab30b 100644
--- a/krusader/ActionMan/actionman.h
+++ b/krusader/ActionMan/actionman.h
@@ -18,7 +18,7 @@
class UserActionPage;
class ActionMan : public KDialogBase {
-Q_OBJECT
+TQ_OBJECT
public:
ActionMan( TQWidget* parent=0 );