summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:58:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:58:23 +0900
commit07f05c1ecf1a1adc9095726677e055e0801d9621 (patch)
tree057aa11ea6c8816e8190e61d2c19c69c8244f4b5
parent92c7b306952adc1457b1063be8c04085ebc7985c (diff)
downloadkerberostray-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.h2
-rw-r--r--src/toplevel.h2
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: