summaryrefslogtreecommitdiffstats
path: root/src/commonwidget.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:55:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 10:41:47 +0900
commitbb9ba7513a72df61cf9694fa0c1564f073869cc7 (patch)
tree5c4641e712f0b412015e8e36a36460e267439603 /src/commonwidget.h
parent1f356d41b9f7e12b5289dfb32d699f0976c08d36 (diff)
downloadknmap-bb9ba7513a72df61cf9694fa0c1564f073869cc7.tar.gz
knmap-bb9ba7513a72df61cf9694fa0c1564f073869cc7.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a1b12fcc36c58f543e271eec2db24effade79d2f)
Diffstat (limited to 'src/commonwidget.h')
-rw-r--r--src/commonwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonwidget.h b/src/commonwidget.h
index 306d634..2c571a9 100644
--- a/src/commonwidget.h
+++ b/src/commonwidget.h
@@ -47,7 +47,7 @@ class TQStringList;
// =============================
class CommonWidget : public TQWidget
-{ Q_OBJECT
+{ TQ_OBJECT
public:
CommonWidget( TQWidget* parent, const char* name = NULL );