summaryrefslogtreecommitdiffstats
path: root/src/ldapmgr.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:58:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 11:34:19 +0900
commit1eb1114962ebcca0bd4e6aa33c3b1c7686d4ec4e (patch)
treeb8f10d3d0183a021821ecc36f9597f84b876efa8 /src/ldapmgr.h
parent4b4e7164b043e082caad70284eaaa8c41ac3109b (diff)
downloadkcmldapmanager-1eb11149.tar.gz
kcmldapmanager-1eb11149.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5bd696a78cabda0fb028a8413c3c220c5b14b5b2)
Diffstat (limited to 'src/ldapmgr.h')
-rw-r--r--src/ldapmgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ldapmgr.h b/src/ldapmgr.h
index 1bb332f..de65cc0 100644
--- a/src/ldapmgr.h
+++ b/src/ldapmgr.h
@@ -37,7 +37,7 @@ class KSimpleConfig;
class LDAPConfig: public TDECModule
{
- Q_OBJECT
+ TQ_OBJECT
public:
LDAPConfig( TQWidget *parent=0, const char *name=0, const TQStringList& = TQStringList() );