summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:57:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:57:28 +0900
commit01e625e6d874fb529ed1f7e21557b5d81e191bae (patch)
treed6261ed198e0c5c243e09b2bee8c8daf6639bda1
parent33a6619875aa547e5431f6a346869786d3c64c0a (diff)
downloadtde-systemsettings-01e625e6.tar.gz
tde-systemsettings-01e625e6.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--systemsettings/kcmsearch.h2
-rw-r--r--systemsettings/kcmultiwidget.h2
-rw-r--r--systemsettings/mainwindow.h2
-rw-r--r--systemsettings/modulesview.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/systemsettings/kcmsearch.h b/systemsettings/kcmsearch.h
index a625c64..6965d79 100644
--- a/systemsettings/kcmsearch.h
+++ b/systemsettings/kcmsearch.h
@@ -33,7 +33,7 @@ class ModulesView;
*/
class KcmSearch : public TDEIconViewSearchLine
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/systemsettings/kcmultiwidget.h b/systemsettings/kcmultiwidget.h
index fd80523..5475b6b 100644
--- a/systemsettings/kcmultiwidget.h
+++ b/systemsettings/kcmultiwidget.h
@@ -39,7 +39,7 @@ class TDECModule;
*/
class TDEUTILS_EXPORT KCMultiWidget : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/systemsettings/mainwindow.h b/systemsettings/mainwindow.h
index b08db07..d28bc79 100644
--- a/systemsettings/mainwindow.h
+++ b/systemsettings/mainwindow.h
@@ -43,7 +43,7 @@ class TDECModuleProxy;
class MainWindow : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/systemsettings/modulesview.h b/systemsettings/modulesview.h
index f51a213..feb0786 100644
--- a/systemsettings/modulesview.h
+++ b/systemsettings/modulesview.h
@@ -76,7 +76,7 @@ class ModulesView : public TQWidget
// To search the groups
friend class KcmSearch;
-Q_OBJECT
+TQ_OBJECT
public:
void clearSelection();