diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:58:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:58:23 +0900 |
commit | 07f05c1ecf1a1adc9095726677e055e0801d9621 (patch) | |
tree | 057aa11ea6c8816e8190e61d2c19c69c8244f4b5 | |
parent | 92c7b306952adc1457b1063be8c04085ebc7985c (diff) | |
download | kerberostray-07f05c1ecf1a1adc9095726677e055e0801d9621.tar.gz kerberostray-07f05c1ecf1a1adc9095726677e055e0801d9621.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/configdlg.h | 2 | ||||
-rw-r--r-- | src/toplevel.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/configdlg.h b/src/configdlg.h index 767910e..839f01a 100644 --- a/src/configdlg.h +++ b/src/configdlg.h @@ -29,7 +29,7 @@ class TopLevel; class KTMConfigureDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KTMConfigureDialog(TopLevel* tlapp, TQWidget* parent = 0, const char* name = 0); diff --git a/src/toplevel.h b/src/toplevel.h index 02261c3..71e22b9 100644 --- a/src/toplevel.h +++ b/src/toplevel.h @@ -43,7 +43,7 @@ class TimeEdit; class TopLevel : public KSystemTray { - Q_OBJECT + TQ_OBJECT public: |