summaryrefslogtreecommitdiffstats
path: root/src/configdlg.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 12:58:23 +0900
committerMichele Calgaro <[email protected]>2023-07-24 11:35:08 +0900
commit301f170bf8029a178d998a509918f4efc67a6699 (patch)
tree9b68811d739a2424589281ddf7f3a4883a0738fa /src/configdlg.h
parentc3cc972ba66b1cd8eb2f3c734e3eb33367f285ce (diff)
downloadkerberostray-301f170bf8029a178d998a509918f4efc67a6699.tar.gz
kerberostray-301f170bf8029a178d998a509918f4efc67a6699.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 07f05c1ecf1a1adc9095726677e055e0801d9621)
Diffstat (limited to 'src/configdlg.h')
-rw-r--r--src/configdlg.h2
1 files changed, 1 insertions, 1 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);