summaryrefslogtreecommitdiffstats
path: root/src/secondaryrealmwizard/secondaryrealmwizard.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:57:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:57:55 +0900
commit7a5ea1546682109f79db2f4fd18a7629edffb650 (patch)
treedf48090aace0b9b71d91f9e373bc47c3a1770102 /src/secondaryrealmwizard/secondaryrealmwizard.h
parent5fb3f1c9c0531e9ef6663e1a67b154f096369d8c (diff)
downloadkcmldapcontroller-7a5ea1546682109f79db2f4fd18a7629edffb650.tar.gz
kcmldapcontroller-7a5ea1546682109f79db2f4fd18a7629edffb650.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/secondaryrealmwizard/secondaryrealmwizard.h')
-rw-r--r--src/secondaryrealmwizard/secondaryrealmwizard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/secondaryrealmwizard/secondaryrealmwizard.h b/src/secondaryrealmwizard/secondaryrealmwizard.h
index 315531a..7f470fd 100644
--- a/src/secondaryrealmwizard/secondaryrealmwizard.h
+++ b/src/secondaryrealmwizard/secondaryrealmwizard.h
@@ -39,7 +39,7 @@ class SecondaryRealmFinishPage;
/** SecondaryRealmWizard is the base class of the project */
class SecondaryRealmWizard : public KWizard {
- Q_OBJECT
+ TQ_OBJECT
public:
/** construtor */
SecondaryRealmWizard(LDAPController* controller, TQString fqdn, LDAPCertConfig certinfo, TQWidget* parent=0, const char *name=0);