summaryrefslogtreecommitdiffstats
path: root/src/timingwidget.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/timingwidget.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/timingwidget.h')
-rw-r--r--src/timingwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timingwidget.h b/src/timingwidget.h
index deb4164..b43e5c2 100644
--- a/src/timingwidget.h
+++ b/src/timingwidget.h
@@ -42,7 +42,7 @@ class TQRadioButton;
// =============================
class TimingWidget : public TQWidget
-{ Q_OBJECT
+{ TQ_OBJECT
public:
TimingWidget( TQWidget* parent, const char* name = NULL );