summaryrefslogtreecommitdiffstats
path: root/src/bondintropage.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/bondintropage.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/bondintropage.h')
-rw-r--r--src/bondintropage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bondintropage.h b/src/bondintropage.h
index b172cb9..4485988 100644
--- a/src/bondintropage.h
+++ b/src/bondintropage.h
@@ -32,7 +32,7 @@ class TQStringList;
*/
class BondIntroPage : public BondIntroPageDlg {
- Q_OBJECT
+ TQ_OBJECT
public:
BondIntroPage(TQWidget *parent=0, const char *name=0);
~BondIntroPage();