diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:56:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 11:15:30 +0900 |
commit | e6270284cf06b220a9bef9267561aac7b9d485a9 (patch) | |
tree | 10b49423997ca47f039425df11d4d3deee1cc73a /src/modules/help | |
parent | ef786e3a1a322e0584654503d288e3630744e998 (diff) | |
download | kvirc-e6270284cf06b220a9bef9267561aac7b9d485a9.tar.gz kvirc-e6270284cf06b220a9bef9267561aac7b9d485a9.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6df27473e52921dbfb268945c748639f1cf806e4)
Diffstat (limited to 'src/modules/help')
-rw-r--r-- | src/modules/help/helpwidget.h | 2 | ||||
-rw-r--r-- | src/modules/help/helpwindow.h | 2 | ||||
-rw-r--r-- | src/modules/help/index.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/help/helpwidget.h b/src/modules/help/helpwidget.h index ab7a886d..43c3256e 100644 --- a/src/modules/help/helpwidget.h +++ b/src/modules/help/helpwidget.h @@ -34,7 +34,7 @@ class TQLineEdit; class KviHelpWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KviHelpWidget(TQWidget *par,KviFrame * lpFrm,bool bIsStandalone = false); diff --git a/src/modules/help/helpwindow.h b/src/modules/help/helpwindow.h index 57f9d984..4da38b9e 100644 --- a/src/modules/help/helpwindow.h +++ b/src/modules/help/helpwindow.h @@ -35,7 +35,7 @@ class TQTextBrowser; class KviHelpWindow : public KviWindow { - Q_OBJECT + TQ_OBJECT public: KviHelpWindow(KviFrame * lpFrm,const char * name); diff --git a/src/modules/help/index.h b/src/modules/help/index.h index d4fcc733..a687dc6e 100644 --- a/src/modules/help/index.h +++ b/src/modules/help/index.h @@ -60,7 +60,7 @@ TQDataStream &operator<<( TQDataStream &s, const Document &l ); class Index : public TQObject { - Q_OBJECT + TQ_OBJECT public: struct Entry { |