summaryrefslogtreecommitdiffstats
path: root/kiosktool/profilePropsPage.cpp
diff options
context:
space:
mode:
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);