summaryrefslogtreecommitdiffstats
path: root/src/ldappasswddlg.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:57:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 11:17:15 +0900
commit86e44b02760216cf7dd755a4c288cc233402726e (patch)
tree78aa1db9a31fb36d322db006936b9c7bc3aff8b9 /src/ldappasswddlg.h
parent680f149d4ff55d4b2eeb2740489829b4eaee6f60 (diff)
downloadkcmldap-r14.1.1.tar.gz
kcmldap-r14.1.1.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f87f09df3a6ee7137b32d37b5cd0de9e6a7d20b9)
Diffstat (limited to 'src/ldappasswddlg.h')
-rw-r--r--src/ldappasswddlg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ldappasswddlg.h b/src/ldappasswddlg.h
index 5ade3d3..be4b5d6 100644
--- a/src/ldappasswddlg.h
+++ b/src/ldappasswddlg.h
@@ -28,7 +28,7 @@
class LDAPPasswordDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
LDAPPasswordDialog(TQWidget* parent = 0, const char* name = 0);