summaryrefslogtreecommitdiffstats
path: root/lilo-config/kde-qt-common
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:17 +0900
commit416c6f3ee66fc83ef557b383b90ebf79d77c1867 (patch)
tree4addecb7f639f45822cdf693fbe9be456a9e3b2d /lilo-config/kde-qt-common
parent387cce9ec6a697970b6b0eac887ebfb714715a87 (diff)
downloadtdeadmin-416c6f3ee66fc83ef557b383b90ebf79d77c1867.tar.gz
tdeadmin-416c6f3ee66fc83ef557b383b90ebf79d77c1867.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lilo-config/kde-qt-common')
-rw-r--r--lilo-config/kde-qt-common/EditWidget.h2
-rw-r--r--lilo-config/kde-qt-common/expert.h2
-rw-r--r--lilo-config/kde-qt-common/general.h2
-rw-r--r--lilo-config/kde-qt-common/images.h2
-rw-r--r--lilo-config/kde-qt-common/mainwidget.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/lilo-config/kde-qt-common/EditWidget.h b/lilo-config/kde-qt-common/EditWidget.h
index 8d17a12..800a59a 100644
--- a/lilo-config/kde-qt-common/EditWidget.h
+++ b/lilo-config/kde-qt-common/EditWidget.h
@@ -34,7 +34,7 @@
#include <tqpushbutton.h>
class EditWidget:public TQHBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
EditWidget(TQString const label="", TQString const text="", bool isFile=false, TQWidget *parent=0, const char *name=0, WFlags f=0, bool allowLines=true);
diff --git a/lilo-config/kde-qt-common/expert.h b/lilo-config/kde-qt-common/expert.h
index 7bf82c0..7316690 100644
--- a/lilo-config/kde-qt-common/expert.h
+++ b/lilo-config/kde-qt-common/expert.h
@@ -34,7 +34,7 @@
#include <tqlayout.h>
class Expert:public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
Expert(liloconf *l=0, TQWidget *parent=0, const char *name=0);
diff --git a/lilo-config/kde-qt-common/general.h b/lilo-config/kde-qt-common/general.h
index 5360177..cc8bb8d 100644
--- a/lilo-config/kde-qt-common/general.h
+++ b/lilo-config/kde-qt-common/general.h
@@ -35,7 +35,7 @@
#include <tqcheckbox.h>
class General:public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
General(liloconf *l=0, TQWidget *parent=0, const char *name=0);
diff --git a/lilo-config/kde-qt-common/images.h b/lilo-config/kde-qt-common/images.h
index 9c01cad..99db7d7 100644
--- a/lilo-config/kde-qt-common/images.h
+++ b/lilo-config/kde-qt-common/images.h
@@ -38,7 +38,7 @@
#include "EditWidget.h"
class Images:public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
Images(liloconf *l=0, TQWidget *parent=0, const char *name=0);
diff --git a/lilo-config/kde-qt-common/mainwidget.h b/lilo-config/kde-qt-common/mainwidget.h
index 4331ffd..a48d29f 100644
--- a/lilo-config/kde-qt-common/mainwidget.h
+++ b/lilo-config/kde-qt-common/mainwidget.h
@@ -37,7 +37,7 @@
#include "expert.h"
class MainWidget: public TQTabWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
MainWidget(TQWidget *parent, const char *name=0);