diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 12:55:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-24 10:41:47 +0900 |
commit | bb9ba7513a72df61cf9694fa0c1564f073869cc7 (patch) | |
tree | 5c4641e712f0b412015e8e36a36460e267439603 /src/htmlwidget.h | |
parent | 1f356d41b9f7e12b5289dfb32d699f0976c08d36 (diff) | |
download | knmap-bb9ba7513a72df61cf9694fa0c1564f073869cc7.tar.gz knmap-bb9ba7513a72df61cf9694fa0c1564f073869cc7.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit a1b12fcc36c58f543e271eec2db24effade79d2f)
Diffstat (limited to 'src/htmlwidget.h')
-rw-r--r-- | src/htmlwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlwidget.h b/src/htmlwidget.h index ba57b0f..2c87b8d 100644 --- a/src/htmlwidget.h +++ b/src/htmlwidget.h @@ -44,7 +44,7 @@ class StylesheetDialog; class HTMLWidget : public TQWidget -{ Q_OBJECT +{ TQ_OBJECT public: HTMLWidget( TQStringList* stylesheetURLs, TQWidget* parent = NULL, const char* name = NULL ); |