diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:05:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:05:17 +0900 |
commit | 416c6f3ee66fc83ef557b383b90ebf79d77c1867 (patch) | |
tree | 4addecb7f639f45822cdf693fbe9be456a9e3b2d /kcron | |
parent | 387cce9ec6a697970b6b0eac887ebfb714715a87 (diff) | |
download | tdeadmin-416c6f3ee66fc83ef557b383b90ebf79d77c1867.tar.gz tdeadmin-416c6f3ee66fc83ef557b383b90ebf79d77c1867.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcron')
-rw-r--r-- | kcron/ktapp.h | 2 | ||||
-rw-r--r-- | kcron/ktprintopt.h | 2 | ||||
-rw-r--r-- | kcron/kttask.h | 2 | ||||
-rw-r--r-- | kcron/ktvariable.h | 2 | ||||
-rw-r--r-- | kcron/ktview.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/kcron/ktapp.h b/kcron/ktapp.h index f133291..775d8d2 100644 --- a/kcron/ktapp.h +++ b/kcron/ktapp.h @@ -33,7 +33,7 @@ class CTHost; */ class KTApp : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT friend class KTView; diff --git a/kcron/ktprintopt.h b/kcron/ktprintopt.h index 60ace3f..9d6cef5 100644 --- a/kcron/ktprintopt.h +++ b/kcron/ktprintopt.h @@ -30,7 +30,7 @@ class TDEAccel; class KTPrintOpt : public KPrintDialogPage { - Q_OBJECT + TQ_OBJECT public: diff --git a/kcron/kttask.h b/kcron/kttask.h index 40d1f6e..c77c008 100644 --- a/kcron/kttask.h +++ b/kcron/kttask.h @@ -30,7 +30,7 @@ class CTTask; */ class KTTask : public KDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kcron/ktvariable.h b/kcron/ktvariable.h index ea3ca2f..38adc08 100644 --- a/kcron/ktvariable.h +++ b/kcron/ktvariable.h @@ -32,7 +32,7 @@ class CTVariable; */ class KTVariable : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kcron/ktview.h b/kcron/ktview.h index ced800a..da16550 100644 --- a/kcron/ktview.h +++ b/kcron/ktview.h @@ -33,7 +33,7 @@ class CTTask; */ class KTView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: |