summaryrefslogtreecommitdiffstats
path: root/kiosktool/profilePropsPage.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-05 10:20:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-07 14:54:25 +0900
commitb80fb3b78c976c73612ed23a4d04fa355e03f310 (patch)
treee31c4c085d233776feff03d0ca0682b9193e8232 /kiosktool/profilePropsPage.cpp
parent2811df5f2ec70340d95469214c011d9c9e1e1f90 (diff)
downloadkiosktool-b80fb3b7.tar.gz
kiosktool-b80fb3b7.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1cc36ce79b82b898bfa2a4e3a56c8d642615f9b2)
Diffstat (limited to 'kiosktool/profilePropsPage.cpp')
-rw-r--r--kiosktool/profilePropsPage.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kiosktool/profilePropsPage.cpp b/kiosktool/profilePropsPage.cpp
index 4c59ffe..7767660 100644
--- a/kiosktool/profilePropsPage.cpp
+++ b/kiosktool/profilePropsPage.cpp
@@ -93,12 +93,12 @@ void ProfilePropsPage::load()
TQString profilePrefix = KioskRun::self()->getProfilePrefix();
m_fixedProfileDir = !profilePrefix.isEmpty();
- connect(editProfileName, TQT_SIGNAL(textChanged(const TQString&)),
- this, TQT_SLOT(slotProfileNameChanged()));
+ connect(editProfileName, TQ_SIGNAL(textChanged(const TQString&)),
+ this, TQ_SLOT(slotProfileNameChanged()));
#if 0
- connect(kurlInstallDir, TQT_SIGNAL(textChanged(const TQString&)),
- this, TQT_SLOT(updateButtons()));
+ connect(kurlInstallDir, TQ_SIGNAL(textChanged(const TQString&)),
+ this, TQ_SLOT(updateButtons()));
#endif
comboUser->setEditable(true);