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/realmpropertiesdialog.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/realmpropertiesdialog.h')
-rw-r--r-- | src/realmpropertiesdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/realmpropertiesdialog.h b/src/realmpropertiesdialog.h index 00d9d0d..aa9deec 100644 --- a/src/realmpropertiesdialog.h +++ b/src/realmpropertiesdialog.h @@ -28,7 +28,7 @@ class RealmPropertiesDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: RealmPropertiesDialog(LDAPRealmConfigList *realmList, TQString realmName, TQWidget* parent = 0, const char* name = 0); |