diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:57:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:57:55 +0900 |
commit | 7a5ea1546682109f79db2f4fd18a7629edffb650 (patch) | |
tree | df48090aace0b9b71d91f9e373bc47c3a1770102 /src/primaryrealmwizard/realmintropage.h | |
parent | 5fb3f1c9c0531e9ef6663e1a67b154f096369d8c (diff) | |
download | kcmldapcontroller-7a5ea1546682109f79db2f4fd18a7629edffb650.tar.gz kcmldapcontroller-7a5ea1546682109f79db2f4fd18a7629edffb650.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/primaryrealmwizard/realmintropage.h')
-rw-r--r-- | src/primaryrealmwizard/realmintropage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/primaryrealmwizard/realmintropage.h b/src/primaryrealmwizard/realmintropage.h index fa535af..7610b8e 100644 --- a/src/primaryrealmwizard/realmintropage.h +++ b/src/primaryrealmwizard/realmintropage.h @@ -30,7 +30,7 @@ class TQStringList; */ class PrimaryRealmIntroPage : public PrimaryRealmIntroPageDlg { - Q_OBJECT + TQ_OBJECT public: PrimaryRealmIntroPage(TQWidget *parent=0, const char *name=0); ~PrimaryRealmIntroPage(); |