diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:57:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:57:45 +0900 |
commit | f87f09df3a6ee7137b32d37b5cd0de9e6a7d20b9 (patch) | |
tree | 78aa1db9a31fb36d322db006936b9c7bc3aff8b9 /src/bondwizard.h | |
parent | 680f149d4ff55d4b2eeb2740489829b4eaee6f60 (diff) | |
download | kcmldap-f87f09df3a6ee7137b32d37b5cd0de9e6a7d20b9.tar.gz kcmldap-f87f09df3a6ee7137b32d37b5cd0de9e6a7d20b9.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/bondwizard.h')
-rw-r--r-- | src/bondwizard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bondwizard.h b/src/bondwizard.h index 083f1b7..98ca320 100644 --- a/src/bondwizard.h +++ b/src/bondwizard.h @@ -38,7 +38,7 @@ class BondFinishPage; /** BondWizard is the base class of the project */ class BondWizard : public KWizard { - Q_OBJECT + TQ_OBJECT public: /** construtor */ BondWizard(LDAPRealmConfigList *realmlist, LDAPConfig *ldapconfig, TQWidget* parent=0, const char *name=0); |