summaryrefslogtreecommitdiffstats
path: root/kuser/selectconn.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 15:05:17 +0900
committerMichele Calgaro <[email protected]>2023-07-20 15:05:17 +0900
commit416c6f3ee66fc83ef557b383b90ebf79d77c1867 (patch)
tree4addecb7f639f45822cdf693fbe9be456a9e3b2d /kuser/selectconn.h
parent387cce9ec6a697970b6b0eac887ebfb714715a87 (diff)
downloadtdeadmin-416c6f3ee66fc83ef557b383b90ebf79d77c1867.tar.gz
tdeadmin-416c6f3ee66fc83ef557b383b90ebf79d77c1867.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kuser/selectconn.h')
-rw-r--r--kuser/selectconn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kuser/selectconn.h b/kuser/selectconn.h
index b9ca1e5..16e705f 100644
--- a/kuser/selectconn.h
+++ b/kuser/selectconn.h
@@ -23,7 +23,7 @@
#include <kcombobox.h>
class SelectConn : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
SelectConn( const TQString &selected, TQWidget* parent, const char * name);