From 22a657c153844f17d896ead5bf7fdf6a335f6233 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:34:44 +0900 Subject: [PATCH] Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 4c64ef827f7666f86a497c50ab920d4afc56b3ff) --- src/bookmarksdlg.h | 2 +- src/calltreedlg.h | 2 +- src/calltreemanager.h | 2 +- src/configfrontend.h | 2 +- src/cscopefrontend.h | 6 +++--- src/cscopemsgdlg.h | 2 +- src/ctagsfrontend.h | 2 +- src/ctagslist.h | 2 +- src/dotfrontend.h | 2 +- src/editormanager.h | 2 +- src/editorpage.h | 2 +- src/editortabs.h | 2 +- src/filelist.h | 2 +- src/fileview.h | 2 +- src/frontend.h | 2 +- src/graphprefdlg.h | 2 +- src/graphwidget.h | 2 +- src/historypage.h | 2 +- src/historyview.h | 2 +- src/kscope.h | 2 +- src/kscopeactions.h | 2 +- src/kscopeconfig.h | 2 +- src/makedlg.h | 2 +- src/makefrontend.h | 2 +- src/newprojectdlg.h | 4 ++-- src/openprojectdlg.h | 2 +- src/prefcolor.h | 2 +- src/preferencesdlg.h | 2 +- src/preffont.h | 2 +- src/preffrontend.h | 2 +- src/prefopt.h | 2 +- src/progressdlg.h | 2 +- src/projectfilesdlg.h | 2 +- src/querypage.h | 2 +- src/querypagebase.h | 2 +- src/queryresultsmenu.h | 2 +- src/queryview.h | 2 +- src/queryviewdlg.h | 2 +- src/queryviewdriver.h | 2 +- src/querywidget.h | 2 +- src/scanprogressdlg.h | 2 +- src/searchlist.h | 4 ++-- src/searchresultsdlg.h | 2 +- src/symbolcompletion.h | 2 +- src/symboldlg.h | 2 +- src/tabwidget.h | 2 +- src/treewidget.h | 2 +- 47 files changed, 51 insertions(+), 51 deletions(-) diff --git a/src/bookmarksdlg.h b/src/bookmarksdlg.h index aaeced1..0069bf3 100644 --- a/src/bookmarksdlg.h +++ b/src/bookmarksdlg.h @@ -32,7 +32,7 @@ class BookmarksDlg : public BookmarksLayout { -Q_OBJECT +TQ_OBJECT public: BookmarksDlg(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/calltreedlg.h b/src/calltreedlg.h index 6c80fdd..8361296 100644 --- a/src/calltreedlg.h +++ b/src/calltreedlg.h @@ -45,7 +45,7 @@ */ class CallTreeDlg : public CallTreeLayout { - Q_OBJECT + TQ_OBJECT public: CallTreeDlg(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/calltreemanager.h b/src/calltreemanager.h index a5b293e..c31527e 100644 --- a/src/calltreemanager.h +++ b/src/calltreemanager.h @@ -40,7 +40,7 @@ class CallTreeDlg; */ class CallTreeManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: CallTreeManager(TQWidget*); diff --git a/src/configfrontend.h b/src/configfrontend.h index e44b9f3..362ce7a 100644 --- a/src/configfrontend.h +++ b/src/configfrontend.h @@ -37,7 +37,7 @@ */ class ConfigFrontend : public Frontend { - Q_OBJECT + TQ_OBJECT public: ConfigFrontend(bool bAutoDelete = false); diff --git a/src/cscopefrontend.h b/src/cscopefrontend.h index 58e0c62..dc36c85 100644 --- a/src/cscopefrontend.h +++ b/src/cscopefrontend.h @@ -52,7 +52,7 @@ class CscopeFrontend : public Frontend { - Q_OBJECT + TQ_OBJECT public: CscopeFrontend(bool bAutoDelete = false); @@ -138,7 +138,7 @@ private: */ class CscopeProgress : public TQObject { - Q_OBJECT + TQ_OBJECT public: CscopeProgress(TQWidget*); @@ -164,7 +164,7 @@ private slots: class CscopeVerifier : public TQObject { - Q_OBJECT + TQ_OBJECT public: CscopeVerifier() : m_bResult(false), m_nArgs(0) {} diff --git a/src/cscopemsgdlg.h b/src/cscopemsgdlg.h index cab1a25..5a4181e 100644 --- a/src/cscopemsgdlg.h +++ b/src/cscopemsgdlg.h @@ -36,7 +36,7 @@ */ class CscopeMsgDlg : public CscopeMsgLayout { - Q_OBJECT + TQ_OBJECT public: CscopeMsgDlg(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/ctagsfrontend.h b/src/ctagsfrontend.h index 1d633d4..1ecf573 100644 --- a/src/ctagsfrontend.h +++ b/src/ctagsfrontend.h @@ -49,7 +49,7 @@ class CtagsFrontend : public Frontend { - Q_OBJECT + TQ_OBJECT public: CtagsFrontend(); diff --git a/src/ctagslist.h b/src/ctagslist.h index 381d7f1..bd4f8f3 100644 --- a/src/ctagslist.h +++ b/src/ctagslist.h @@ -48,7 +48,7 @@ class CtagsToolTip; class CtagsList : public SearchList { - Q_OBJECT + TQ_OBJECT public: CtagsList(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/dotfrontend.h b/src/dotfrontend.h index e49e72a..15238ba 100644 --- a/src/dotfrontend.h +++ b/src/dotfrontend.h @@ -40,7 +40,7 @@ class GraphWidget; */ class DotFrontend : public Frontend { - Q_OBJECT + TQ_OBJECT public: DotFrontend(GraphWidget*); diff --git a/src/editormanager.h b/src/editormanager.h index 903f111..0ac1b9f 100644 --- a/src/editormanager.h +++ b/src/editormanager.h @@ -42,7 +42,7 @@ class EditorManager : public KParts::PartManager { - Q_OBJECT + TQ_OBJECT public: EditorManager(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/editorpage.h b/src/editorpage.h index 82b9c12..53795ee 100644 --- a/src/editorpage.h +++ b/src/editorpage.h @@ -55,7 +55,7 @@ class EditorPage : public TQHBox, SymbolCompletion::Interface { - Q_OBJECT + TQ_OBJECT public: EditorPage(KTextEditor::Document*, TQPopupMenu*, TQTabWidget* pParent = 0, diff --git a/src/editortabs.h b/src/editortabs.h index 7ace1b7..f22e85f 100644 --- a/src/editortabs.h +++ b/src/editortabs.h @@ -46,7 +46,7 @@ class QueryView; class EditorTabs : public TabWidget { - Q_OBJECT + TQ_OBJECT public: EditorTabs(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/filelist.h b/src/filelist.h index 571a571..5e15cbf 100644 --- a/src/filelist.h +++ b/src/filelist.h @@ -42,7 +42,7 @@ class FileList : public SearchList, public FileListTarget { - Q_OBJECT + TQ_OBJECT public: FileList(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/fileview.h b/src/fileview.h index 9044061..e8d6186 100644 --- a/src/fileview.h +++ b/src/fileview.h @@ -42,7 +42,7 @@ class FileView : public FileViewLayout { - Q_OBJECT + TQ_OBJECT public: FileView(TQWidget* pParent = 0, const char* szName = 0, WFlags fl = 0); diff --git a/src/frontend.h b/src/frontend.h index 16a41c4..dc8e31b 100644 --- a/src/frontend.h +++ b/src/frontend.h @@ -75,7 +75,7 @@ protected: class Frontend : public TDEProcess { - Q_OBJECT + TQ_OBJECT public: Frontend(uint, bool bAutoDelete = false); diff --git a/src/graphprefdlg.h b/src/graphprefdlg.h index 7afa2bf..70423be 100644 --- a/src/graphprefdlg.h +++ b/src/graphprefdlg.h @@ -37,7 +37,7 @@ */ class GraphPrefDlg : public GraphPrefLayout { - Q_OBJECT + TQ_OBJECT public: GraphPrefDlg(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/graphwidget.h b/src/graphwidget.h index ef92ebf..095b45b 100644 --- a/src/graphwidget.h +++ b/src/graphwidget.h @@ -60,7 +60,7 @@ class ProgressDlg; */ class GraphWidget : public TQCanvasView { - Q_OBJECT + TQ_OBJECT public: GraphWidget(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/historypage.h b/src/historypage.h index 552f2d6..315cede 100644 --- a/src/historypage.h +++ b/src/historypage.h @@ -36,7 +36,7 @@ */ class HistoryPage : public QueryPageBase { - Q_OBJECT + TQ_OBJECT public: HistoryPage(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/historyview.h b/src/historyview.h index ab34b37..712b47f 100644 --- a/src/historyview.h +++ b/src/historyview.h @@ -74,7 +74,7 @@ public: */ class HistoryView : public QueryView { -Q_OBJECT +TQ_OBJECT public: HistoryView(TQWidget* pParent = 0, const char* szName = 0); ~HistoryView(); diff --git a/src/kscope.h b/src/kscope.h index f657493..4914ff4 100644 --- a/src/kscope.h +++ b/src/kscope.h @@ -70,7 +70,7 @@ class KScopeActions; */ class KScope : public KParts::DockMainWindow { - Q_OBJECT + TQ_OBJECT public: KScope(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/kscopeactions.h b/src/kscopeactions.h index 3fa17a9..7b31290 100644 --- a/src/kscopeactions.h +++ b/src/kscopeactions.h @@ -40,7 +40,7 @@ typedef TQPtrList ActionList; */ class KScopeActions : public TQObject { - Q_OBJECT + TQ_OBJECT public: KScopeActions(KScope*); diff --git a/src/kscopeconfig.h b/src/kscopeconfig.h index 700d685..5812a83 100644 --- a/src/kscopeconfig.h +++ b/src/kscopeconfig.h @@ -42,7 +42,7 @@ typedef TQValueList SPLIT_SIZES; class KScopeConfig : public TQObject { - Q_OBJECT + TQ_OBJECT public: KScopeConfig(); diff --git a/src/makedlg.h b/src/makedlg.h index a2bb56b..50b9d88 100644 --- a/src/makedlg.h +++ b/src/makedlg.h @@ -43,7 +43,7 @@ class FrontendToken; */ class MakeDlg: public MakeLayout { - Q_OBJECT + TQ_OBJECT public: MakeDlg(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/makefrontend.h b/src/makefrontend.h index 1fc0a04..6477b78 100644 --- a/src/makefrontend.h +++ b/src/makefrontend.h @@ -39,7 +39,7 @@ */ class MakeFrontend : public Frontend { - Q_OBJECT + TQ_OBJECT public: MakeFrontend(bool bAutoDelete = false); diff --git a/src/newprojectdlg.h b/src/newprojectdlg.h index 7886bf3..7ea56c8 100644 --- a/src/newprojectdlg.h +++ b/src/newprojectdlg.h @@ -41,7 +41,7 @@ */ class AutoCompletionDlg : public AutoCompletionLayout { - Q_OBJECT + TQ_OBJECT public: AutoCompletionDlg(TQWidget* pParent, const char* szName = NULL); @@ -79,7 +79,7 @@ private: class NewProjectDlg : public NewProjectLayout { - Q_OBJECT + TQ_OBJECT public: NewProjectDlg(bool, TQWidget* pParent = NULL, const char* szName = NULL); diff --git a/src/openprojectdlg.h b/src/openprojectdlg.h index f8baf6a..63b278a 100644 --- a/src/openprojectdlg.h +++ b/src/openprojectdlg.h @@ -40,7 +40,7 @@ class OpenProjectDlg : public OpenProjectLayout { - Q_OBJECT + TQ_OBJECT public: OpenProjectDlg(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/prefcolor.h b/src/prefcolor.h index f191e5d..f84e4da 100644 --- a/src/prefcolor.h +++ b/src/prefcolor.h @@ -36,7 +36,7 @@ */ class PrefColor : public PrefColorLayout { - Q_OBJECT + TQ_OBJECT public: PrefColor(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/preferencesdlg.h b/src/preferencesdlg.h index 921f448..348dc28 100644 --- a/src/preferencesdlg.h +++ b/src/preferencesdlg.h @@ -47,7 +47,7 @@ class PrefOpt; class PreferencesDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: PreferencesDlg(uint nPage = Frontend, TQWidget* pParent = 0, const char* diff --git a/src/preffont.h b/src/preffont.h index c84fade..b343232 100644 --- a/src/preffont.h +++ b/src/preffont.h @@ -37,7 +37,7 @@ class PrefFont : public PrefFontLayout { - Q_OBJECT + TQ_OBJECT public: PrefFont(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/preffrontend.h b/src/preffrontend.h index 345ac38..4ca440a 100644 --- a/src/preffrontend.h +++ b/src/preffrontend.h @@ -39,7 +39,7 @@ class PrefFrontend : public PrefFrontendLayout { - Q_OBJECT + TQ_OBJECT public: PrefFrontend(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/prefopt.h b/src/prefopt.h index 09a1e97..00909a3 100644 --- a/src/prefopt.h +++ b/src/prefopt.h @@ -37,7 +37,7 @@ class PrefOpt : public PrefOptLayout { - Q_OBJECT + TQ_OBJECT public: PrefOpt(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/progressdlg.h b/src/progressdlg.h index 26caa39..1e5c94c 100644 --- a/src/progressdlg.h +++ b/src/progressdlg.h @@ -41,7 +41,7 @@ class ProgressDlg : public KProgressDialog { - Q_OBJECT + TQ_OBJECT public: ProgressDlg(const TQString&, const TQString&, TQWidget* pParent = 0, const diff --git a/src/projectfilesdlg.h b/src/projectfilesdlg.h index 000a662..861fba6 100644 --- a/src/projectfilesdlg.h +++ b/src/projectfilesdlg.h @@ -53,7 +53,7 @@ class ScanProgressDlg; class ProjectFilesDlg : public ProjectFilesLayout, public FileListTarget, public FileListSource { - Q_OBJECT + TQ_OBJECT public: ProjectFilesDlg(Project*, TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/querypage.h b/src/querypage.h index 0ebcf09..7e2107d 100644 --- a/src/querypage.h +++ b/src/querypage.h @@ -44,7 +44,7 @@ class QueryViewDriver; */ class QueryPage : public QueryPageBase { - Q_OBJECT + TQ_OBJECT public: QueryPage(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/querypagebase.h b/src/querypagebase.h index 00a33d5..d5a7d68 100644 --- a/src/querypagebase.h +++ b/src/querypagebase.h @@ -44,7 +44,7 @@ class QueryView; */ class QueryPageBase : public TQHBox { -Q_OBJECT +TQ_OBJECT public: QueryPageBase(TQWidget* pParent = 0, const char* szName = 0); ~QueryPageBase(); diff --git a/src/queryresultsmenu.h b/src/queryresultsmenu.h index acb3037..ce9bae4 100644 --- a/src/queryresultsmenu.h +++ b/src/queryresultsmenu.h @@ -43,7 +43,7 @@ */ class QueryResultsMenu : public TQPopupMenu { - Q_OBJECT + TQ_OBJECT public: QueryResultsMenu(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/queryview.h b/src/queryview.h index ede2427..fee8828 100644 --- a/src/queryview.h +++ b/src/queryview.h @@ -117,7 +117,7 @@ private: */ class QueryView : public TQListView { - Q_OBJECT + TQ_OBJECT public: QueryView(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/queryviewdlg.h b/src/queryviewdlg.h index f78ee21..f9130b0 100644 --- a/src/queryviewdlg.h +++ b/src/queryviewdlg.h @@ -47,7 +47,7 @@ class QueryViewDriver; */ class QueryViewDlg : public QueryViewLayout { - Q_OBJECT + TQ_OBJECT public: QueryViewDlg(uint nFlags = 0, TQWidget* pParent = 0, diff --git a/src/queryviewdriver.h b/src/queryviewdriver.h index 4e8e743..641ced2 100644 --- a/src/queryviewdriver.h +++ b/src/queryviewdriver.h @@ -44,7 +44,7 @@ class QueryView; */ class QueryViewDriver : public TQObject { - Q_OBJECT + TQ_OBJECT public: QueryViewDriver(QueryView*, TQObject* pParent = 0, const char* szName = 0); diff --git a/src/querywidget.h b/src/querywidget.h index 790b360..e7e2486 100644 --- a/src/querywidget.h +++ b/src/querywidget.h @@ -44,7 +44,7 @@ class QueryWidget : public QueryWidgetLayout { - Q_OBJECT + TQ_OBJECT public: QueryWidget(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/scanprogressdlg.h b/src/scanprogressdlg.h index e753869..c97a82d 100644 --- a/src/scanprogressdlg.h +++ b/src/scanprogressdlg.h @@ -41,7 +41,7 @@ class ScanProgressDlg : public ScanProgressLayout { - Q_OBJECT + TQ_OBJECT public: ScanProgressDlg(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/searchlist.h b/src/searchlist.h index 13d1ad7..a5530ab 100644 --- a/src/searchlist.h +++ b/src/searchlist.h @@ -44,7 +44,7 @@ class SearchList; */ class SearchLineEdit : public TQLineEdit { - Q_OBJECT + TQ_OBJECT public: SearchLineEdit(TQWidget* pParent) : TQLineEdit(pParent) {}; ~SearchLineEdit() {}; @@ -90,7 +90,7 @@ private: */ class SearchList : public TQVBox { - Q_OBJECT + TQ_OBJECT public: SearchList(int nSearchCol, TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/searchresultsdlg.h b/src/searchresultsdlg.h index 0917282..fb3788b 100644 --- a/src/searchresultsdlg.h +++ b/src/searchresultsdlg.h @@ -39,7 +39,7 @@ */ class SearchResultsDlg : public SearchResultsLayout { - Q_OBJECT + TQ_OBJECT public: SearchResultsDlg(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/symbolcompletion.h b/src/symbolcompletion.h index ba5a899..baa3831 100644 --- a/src/symbolcompletion.h +++ b/src/symbolcompletion.h @@ -41,7 +41,7 @@ */ class SymbolCompletion : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/src/symboldlg.h b/src/symboldlg.h index 2421e78..f440bda 100644 --- a/src/symboldlg.h +++ b/src/symboldlg.h @@ -43,7 +43,7 @@ class SymbolDlg : public SymbolLayout { - Q_OBJECT + TQ_OBJECT public: SymbolDlg(TQWidget* pParent = 0, const char* szName = 0); diff --git a/src/tabwidget.h b/src/tabwidget.h index 36bab30..8787f7d 100644 --- a/src/tabwidget.h +++ b/src/tabwidget.h @@ -40,7 +40,7 @@ */ class TabWidget : public KTabWidget { -Q_OBJECT +TQ_OBJECT public: TabWidget(TQWidget* pParent = 0, const char* szName = 0); ~TabWidget(); diff --git a/src/treewidget.h b/src/treewidget.h index 34d32b6..9dd3181 100644 --- a/src/treewidget.h +++ b/src/treewidget.h @@ -42,7 +42,7 @@ class QueryViewDriver; */ class TreeWidget : public QueryView { - Q_OBJECT + TQ_OBJECT public: TreeWidget(TQWidget* pParent = 0, const char* szName = 0);