summaryrefslogtreecommitdiffstats
path: root/src/ldappasswddlg.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 12:57:45 +0900
committerMichele Calgaro <[email protected]>2023-07-20 12:57:45 +0900
commitf87f09df3a6ee7137b32d37b5cd0de9e6a7d20b9 (patch)
tree78aa1db9a31fb36d322db006936b9c7bc3aff8b9 /src/ldappasswddlg.h
parent680f149d4ff55d4b2eeb2740489829b4eaee6f60 (diff)
downloadkcmldap-f87f09df3a6ee7137b32d37b5cd0de9e6a7d20b9.tar.gz
kcmldap-f87f09df3a6ee7137b32d37b5cd0de9e6a7d20b9.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
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);