summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:34:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:34:44 +0900
commit4c64ef827f7666f86a497c50ab920d4afc56b3ff (patch)
treecd36f2de7de5645d653d7aadc3c8404c40f8f412
parent592addeaddcba11bb5e87763a1d6176e64dfa8b4 (diff)
downloadkscope-4c64ef827f7666f86a497c50ab920d4afc56b3ff.tar.gz
kscope-4c64ef827f7666f86a497c50ab920d4afc56b3ff.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/bookmarksdlg.h2
-rw-r--r--src/calltreedlg.h2
-rw-r--r--src/calltreemanager.h2
-rw-r--r--src/configfrontend.h2
-rw-r--r--src/cscopefrontend.h6
-rw-r--r--src/cscopemsgdlg.h2
-rw-r--r--src/ctagsfrontend.h2
-rw-r--r--src/ctagslist.h2
-rw-r--r--src/dotfrontend.h2
-rw-r--r--src/editormanager.h2
-rw-r--r--src/editorpage.h2
-rw-r--r--src/editortabs.h2
-rw-r--r--src/filelist.h2
-rw-r--r--src/fileview.h2
-rw-r--r--src/frontend.h2
-rw-r--r--src/graphprefdlg.h2
-rw-r--r--src/graphwidget.h2
-rw-r--r--src/historypage.h2
-rw-r--r--src/historyview.h2
-rw-r--r--src/kscope.h2
-rw-r--r--src/kscopeactions.h2
-rw-r--r--src/kscopeconfig.h2
-rw-r--r--src/makedlg.h2
-rw-r--r--src/makefrontend.h2
-rw-r--r--src/newprojectdlg.h4
-rw-r--r--src/openprojectdlg.h2
-rw-r--r--src/prefcolor.h2
-rw-r--r--src/preferencesdlg.h2
-rw-r--r--src/preffont.h2
-rw-r--r--src/preffrontend.h2
-rw-r--r--src/prefopt.h2
-rw-r--r--src/progressdlg.h2
-rw-r--r--src/projectfilesdlg.h2
-rw-r--r--src/querypage.h2
-rw-r--r--src/querypagebase.h2
-rw-r--r--src/queryresultsmenu.h2
-rw-r--r--src/queryview.h2
-rw-r--r--src/queryviewdlg.h2
-rw-r--r--src/queryviewdriver.h2
-rw-r--r--src/querywidget.h2
-rw-r--r--src/scanprogressdlg.h2
-rw-r--r--src/searchlist.h4
-rw-r--r--src/searchresultsdlg.h2
-rw-r--r--src/symbolcompletion.h2
-rw-r--r--src/symboldlg.h2
-rw-r--r--src/tabwidget.h2
-rw-r--r--src/treewidget.h2
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<TDEAction> 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<int> 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);