From 1dd43d62c9d83373117df38a7c4bad9fe12b5e32 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:31:15 +0900 Subject: [PATCH] Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/kchmbookmarkwindow.h | 2 +- src/kchmcontentswindow.h | 2 +- src/kchmdialogchooseurlfromlist.h | 2 +- src/kchmindexwindow.h | 2 +- src/kchmmainwindow.h | 2 +- src/kchmnavtoolbar.h | 2 +- src/kchmsearchengine.h | 2 +- src/kchmsearchengine_impl.h | 2 +- src/kchmsearchtoolbar.h | 2 +- src/kchmsearchwindow.h | 4 ++-- src/kchmsetupdialog_impl.h | 2 +- src/kchmviewwindow_qtextbrowser.h | 2 +- src/kchmviewwindowmgr.h | 2 +- src/tde/kchmdcopiface.h | 2 +- src/tde/kchmviewwindow_tdehtmlpart.h | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/kchmbookmarkwindow.h b/src/kchmbookmarkwindow.h index 2a79b49..40d1c19 100644 --- a/src/kchmbookmarkwindow.h +++ b/src/kchmbookmarkwindow.h @@ -31,7 +31,7 @@ */ class KCHMBookmarkWindow : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KCHMBookmarkWindow(TQWidget *parent = 0, const char *name = 0); diff --git a/src/kchmcontentswindow.h b/src/kchmcontentswindow.h index 5c29956..83b27db 100644 --- a/src/kchmcontentswindow.h +++ b/src/kchmcontentswindow.h @@ -30,7 +30,7 @@ */ class KCHMContentsWindow : public KQListView { - Q_OBJECT + TQ_OBJECT public: KCHMContentsWindow( TQWidget *parent = 0, const char *name = 0 ); diff --git a/src/kchmdialogchooseurlfromlist.h b/src/kchmdialogchooseurlfromlist.h index afe44df..d972f96 100644 --- a/src/kchmdialogchooseurlfromlist.h +++ b/src/kchmdialogchooseurlfromlist.h @@ -30,7 +30,7 @@ */ class KCHMDialogChooseUrlFromList : public TQDialog { -Q_OBJECT +TQ_OBJECT public: KCHMDialogChooseUrlFromList (const TQStringList& urls, const TQStringList& titles, TQWidget* parent); diff --git a/src/kchmindexwindow.h b/src/kchmindexwindow.h index be2184f..69ce64c 100644 --- a/src/kchmindexwindow.h +++ b/src/kchmindexwindow.h @@ -32,7 +32,7 @@ */ class KCHMIndexWindow : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KCHMIndexWindow ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 ); diff --git a/src/kchmmainwindow.h b/src/kchmmainwindow.h index a4d1127..2a44229 100644 --- a/src/kchmmainwindow.h +++ b/src/kchmmainwindow.h @@ -57,7 +57,7 @@ class KCHMUserEvent : public TQEvent class KCHMMainWindow : public KQMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/kchmnavtoolbar.h b/src/kchmnavtoolbar.h index 6faee38..9b5d25e 100644 --- a/src/kchmnavtoolbar.h +++ b/src/kchmnavtoolbar.h @@ -26,7 +26,7 @@ class KCHMNavToolbar : public TQToolBar { -Q_OBJECT +TQ_OBJECT public: KCHMNavToolbar( KCHMMainWindow *parent ); diff --git a/src/kchmsearchengine.h b/src/kchmsearchengine.h index b4f0402..223ac22 100644 --- a/src/kchmsearchengine.h +++ b/src/kchmsearchengine.h @@ -35,7 +35,7 @@ namespace QtAs { class Index; }; class KCHMSearchEngine : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/kchmsearchengine_impl.h b/src/kchmsearchengine_impl.h index 7ef039f..0d3ec83 100644 --- a/src/kchmsearchengine_impl.h +++ b/src/kchmsearchengine_impl.h @@ -64,7 +64,7 @@ TQDataStream &operator<<( TQDataStream &s, const Document &l ); class Index : public TQObject { - Q_OBJECT + TQ_OBJECT public: struct Entry diff --git a/src/kchmsearchtoolbar.h b/src/kchmsearchtoolbar.h index f031cca..ec8139b 100644 --- a/src/kchmsearchtoolbar.h +++ b/src/kchmsearchtoolbar.h @@ -33,7 +33,7 @@ */ class KCHMSearchAndViewToolbar : public TQToolBar { - Q_OBJECT + TQ_OBJECT public: KCHMSearchAndViewToolbar (KCHMMainWindow *parent); diff --git a/src/kchmsearchwindow.h b/src/kchmsearchwindow.h index 5a068a8..c9a553f 100644 --- a/src/kchmsearchwindow.h +++ b/src/kchmsearchwindow.h @@ -36,7 +36,7 @@ class KCHMSearchEngine; class KCHMClickableLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: KCHMClickableLabel( const TQString& label, TQWidget * parent ) @@ -54,7 +54,7 @@ class KCHMClickableLabel : public TQLabel class KCHMSearchWindow : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KCHMSearchWindow ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 ); diff --git a/src/kchmsetupdialog_impl.h b/src/kchmsetupdialog_impl.h index c98b4d8..1f35dde 100644 --- a/src/kchmsetupdialog_impl.h +++ b/src/kchmsetupdialog_impl.h @@ -22,7 +22,7 @@ class KCHMSetupDialog_impl : public KCHMSetupDialog { - Q_OBJECT + TQ_OBJECT public: KCHMSetupDialog_impl( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/src/kchmviewwindow_qtextbrowser.h b/src/kchmviewwindow_qtextbrowser.h index 15550cb..c2a24f2 100644 --- a/src/kchmviewwindow_qtextbrowser.h +++ b/src/kchmviewwindow_qtextbrowser.h @@ -32,7 +32,7 @@ */ class KCHMViewWindow_QTextBrowser : public TQTextBrowser, public KCHMViewWindow { -Q_OBJECT +TQ_OBJECT public: KCHMViewWindow_QTextBrowser( TQTabWidget * parent ); diff --git a/src/kchmviewwindowmgr.h b/src/kchmviewwindowmgr.h index eea46de..c2f6fc6 100644 --- a/src/kchmviewwindowmgr.h +++ b/src/kchmviewwindowmgr.h @@ -30,7 +30,7 @@ class KCHMViewWindowMgr : public TQTabWidget { - Q_OBJECT + TQ_OBJECT public: KCHMViewWindowMgr( TQWidget *parent = 0 ); diff --git a/src/tde/kchmdcopiface.h b/src/tde/kchmdcopiface.h index 6922a82..1fd2ff2 100644 --- a/src/tde/kchmdcopiface.h +++ b/src/tde/kchmdcopiface.h @@ -29,7 +29,7 @@ class KCHMDCOPIface : public TQObject, public DCOPObject { - Q_OBJECT + TQ_OBJECT // K_DCOP diff --git a/src/tde/kchmviewwindow_tdehtmlpart.h b/src/tde/kchmviewwindow_tdehtmlpart.h index 0dcbe47..ee7d7d3 100644 --- a/src/tde/kchmviewwindow_tdehtmlpart.h +++ b/src/tde/kchmviewwindow_tdehtmlpart.h @@ -44,7 +44,7 @@ #if defined (USE_KDE) class KCHMViewWindow_TDEHTMLPart : public TDEHTMLPart, public KCHMViewWindow { -Q_OBJECT +TQ_OBJECT public: KCHMViewWindow_TDEHTMLPart( TQTabWidget * parent );