diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:55:25 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 10:41:47 +0900 |
| commit | bb9ba7513a72df61cf9694fa0c1564f073869cc7 (patch) | |
| tree | 5c4641e712f0b412015e8e36a36460e267439603 /src/compoundwidget.h | |
| parent | 1f356d41b9f7e12b5289dfb32d699f0976c08d36 (diff) | |
| download | knmap-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/compoundwidget.h')
| -rw-r--r-- | src/compoundwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compoundwidget.h b/src/compoundwidget.h index f31816a..9086096 100644 --- a/src/compoundwidget.h +++ b/src/compoundwidget.h @@ -42,7 +42,7 @@ class TQSpinBox; // =============================== class CompoundWidget : public TQWidget -{ Q_OBJECT +{ TQ_OBJECT public: CompoundWidget( TQWidget* parent, const char* name = NULL ); |
