diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-11 10:40:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-12 18:41:24 +0900 |
commit | 7ad2f154f24ac01a33118779950bcdfe0d16ca94 (patch) | |
tree | b9925df5e2fc01026c3ef866224704086ab32da5 /ksysv/ksvconfigwizard.cpp | |
parent | 6360698f4f1660c36e1874dc496fb057f28e7b86 (diff) | |
download | tdeadmin-7ad2f154f24ac01a33118779950bcdfe0d16ca94.tar.gz tdeadmin-7ad2f154f24ac01a33118779950bcdfe0d16ca94.zip |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ed7858de3a395180d6ec0c03d8358610b36938ea)
Diffstat (limited to 'ksysv/ksvconfigwizard.cpp')
-rw-r--r-- | ksysv/ksvconfigwizard.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksysv/ksvconfigwizard.cpp b/ksysv/ksvconfigwizard.cpp index 54450fa..86aaf24 100644 --- a/ksysv/ksvconfigwizard.cpp +++ b/ksysv/ksvconfigwizard.cpp @@ -55,8 +55,8 @@ KSVConfigWizard::KSVConfigWizard (TQWidget* parent, const char* name, bool modal setFinishEnabled (mFinishedPage, true); // some connections - connect (this, TQT_SIGNAL (selected (const TQString&)), - this, TQT_SLOT (selectedPage (const TQString&))); + connect (this, TQ_SIGNAL (selected (const TQString&)), + this, TQ_SLOT (selectedPage (const TQString&))); // hide cancel-button cancelButton()->hide(); |