summaryrefslogtreecommitdiffstats
path: root/lilo-config/qt
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-21 17:21:13 +0900
commitba0125da0228f6da828a083631845c8b43ba3f39 (patch)
tree186cb740b1017de501e21742f9e098b7efe8ab2f /lilo-config/qt
parentf92dcefd4a64dd894569c235f11a7ba883e0a842 (diff)
downloadtdeadmin-ba0125da0228f6da828a083631845c8b43ba3f39.tar.gz
tdeadmin-ba0125da0228f6da828a083631845c8b43ba3f39.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 416c6f3ee66fc83ef557b383b90ebf79d77c1867)
Diffstat (limited to 'lilo-config/qt')
-rw-r--r--lilo-config/qt/Details.h2
-rw-r--r--lilo-config/qt/InputBox.h2
-rw-r--r--lilo-config/qt/standalone.h2
3 files changed, 3 insertions, 3 deletions
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);