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-20 13:09:37 +0900 |
| commit | 6df27473e52921dbfb268945c748639f1cf806e4 (patch) | |
| tree | d7d3d6d697f4e8b25e8b2f125bbec284f5dab741 /src/modules/help | |
| parent | 5e2a1ae3feaa4b6f0f8cca5abc8326612f1c4ca0 (diff) | |
| download | kvirc-6df27473e52921dbfb268945c748639f1cf806e4.tar.gz kvirc-6df27473e52921dbfb268945c748639f1cf806e4.zip | |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 ab7a886..43c3256 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 57f9d98..4da38b9 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 d4fcc73..a687dc6 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 { |
