summaryrefslogtreecommitdiffstats
path: root/kpackage/tdeio.h
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 /kpackage/tdeio.h
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 'kpackage/tdeio.h')
-rw-r--r--kpackage/tdeio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpackage/tdeio.h b/kpackage/tdeio.h
index 30c35b8..524dd4f 100644
--- a/kpackage/tdeio.h
+++ b/kpackage/tdeio.h
@@ -39,7 +39,7 @@
class Kio: public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -56,7 +56,7 @@ private slots:
class Kiod: public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public: