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-24 11:35:08 +0900
commit301f170bf8029a178d998a509918f4efc67a6699 (patch)
tree9b68811d739a2424589281ddf7f3a4883a0738fa
parentc3cc972ba66b1cd8eb2f3c734e3eb33367f285ce (diff)
downloadkerberostray-301f170b.tar.gz
kerberostray-301f170b.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 07f05c1ecf1a1adc9095726677e055e0801d9621)
-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: