summaryrefslogtreecommitdiffstats
path: root/lilo-config
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
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')
-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
-rw-r--r--lilo-config/kde/Details.h2
-rw-r--r--lilo-config/kde/InputBox.h2
-rw-r--r--lilo-config/kde/kcontrol.h2
-rw-r--r--lilo-config/qt/Details.h2
-rw-r--r--lilo-config/qt/InputBox.h2
-rw-r--r--lilo-config/qt/standalone.h2
11 files changed, 11 insertions, 11 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);
diff --git a/lilo-config/kde/Details.h b/lilo-config/kde/Details.h
index f2c70aa..9053e31 100644
--- a/lilo-config/kde/Details.h
+++ b/lilo-config/kde/Details.h
@@ -36,7 +36,7 @@
class Details:public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
Details(liloimage *lilo, TQWidget *parent=0, const char *name=0, WFlags f=0);
diff --git a/lilo-config/kde/InputBox.h b/lilo-config/kde/InputBox.h
index 90ffad4..ceeb361 100644
--- a/lilo-config/kde/InputBox.h
+++ b/lilo-config/kde/InputBox.h
@@ -38,7 +38,7 @@
#include <list>
class InputBox:public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
typedef struct { TQString label; TQString dflt; bool isFile; TQString help; } entry;
diff --git a/lilo-config/kde/kcontrol.h b/lilo-config/kde/kcontrol.h
index 18516fc..ba6b1ff 100644
--- a/lilo-config/kde/kcontrol.h
+++ b/lilo-config/kde/kcontrol.h
@@ -37,7 +37,7 @@
class TDEAboutData;
class KControl: public TDECModule {
- Q_OBJECT
+ TQ_OBJECT
public:
KControl(TQWidget *parent, const char *name);
diff --git a/lilo-config/qt/Details.h b/lilo-config/qt/Details.h
index ccfa66c..dc5dfaa 100644
--- a/lilo-config/qt/Details.h
+++ b/lilo-config/qt/Details.h
@@ -34,7 +34,7 @@
#include <tqpushbutton.h>
class Details:public TQDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
Details(liloimage *lilo, TQWidget *parent=0, const char *name=0, WFlags f=0);
diff --git a/lilo-config/qt/InputBox.h b/lilo-config/qt/InputBox.h
index f1a5b78..c7f47c1 100644
--- a/lilo-config/qt/InputBox.h
+++ b/lilo-config/qt/InputBox.h
@@ -35,7 +35,7 @@
#include <list>
class InputBox:public TQDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
typedef struct { TQString label; TQString dflt; bool isFile; TQString help; } entry;
diff --git a/lilo-config/qt/standalone.h b/lilo-config/qt/standalone.h
index 54a33f8..5487a5f 100644
--- a/lilo-config/qt/standalone.h
+++ b/lilo-config/qt/standalone.h
@@ -34,7 +34,7 @@
#include "mainwidget.h"
class Standalone: public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
Standalone(TQWidget *parent=0, const char *name=0);