summaryrefslogtreecommitdiffstats
path: root/src/secondaryrealmwizard/realmconfigpage.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 12:57:55 +0900
committerMichele Calgaro <[email protected]>2023-07-24 11:17:30 +0900
commit7bde01f4c1314928753e51004b14726957c4704f (patch)
treedf48090aace0b9b71d91f9e373bc47c3a1770102 /src/secondaryrealmwizard/realmconfigpage.h
parent5fb3f1c9c0531e9ef6663e1a67b154f096369d8c (diff)
downloadkcmldapcontroller-7bde01f4c1314928753e51004b14726957c4704f.tar.gz
kcmldapcontroller-7bde01f4c1314928753e51004b14726957c4704f.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 7a5ea1546682109f79db2f4fd18a7629edffb650)
Diffstat (limited to 'src/secondaryrealmwizard/realmconfigpage.h')
-rw-r--r--src/secondaryrealmwizard/realmconfigpage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/secondaryrealmwizard/realmconfigpage.h b/src/secondaryrealmwizard/realmconfigpage.h
index f9ab6ce..87c7662 100644
--- a/src/secondaryrealmwizard/realmconfigpage.h
+++ b/src/secondaryrealmwizard/realmconfigpage.h
@@ -32,7 +32,7 @@ class TQStringList;
*/
class SecondaryRealmConfigPage : public SecondaryRealmConfigPageDlg {
- Q_OBJECT
+ TQ_OBJECT
public:
SecondaryRealmConfigPage(TQWidget *parent=0, const char *name=0);