summaryrefslogtreecommitdiffstats
path: root/kdecore/kconfigdialogmanager.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-25 03:45:20 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-25 03:45:20 +0000
commit3243d91d7fecb219e3e2fa90d4dfcc2ce957effe (patch)
tree384c47f9f6bf81ada3b2300e06e6b604f3c630b9 /kdecore/kconfigdialogmanager.cpp
parent7382c6fd5cc98895fee9358e6343b4a30489ff6b (diff)
downloadtdelibs-3243d91d7fecb219e3e2fa90d4dfcc2ce957effe.tar.gz
tdelibs-3243d91d7fecb219e3e2fa90d4dfcc2ce957effe.zip
* Call utempter in the proper location and with the right arguments [Thanks to Ken Milmore for the patch]
* Attempt to fix FTBFS under Slackware due to incorrect Qt header ordering git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1167615 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdecore/kconfigdialogmanager.cpp')
-rw-r--r--kdecore/kconfigdialogmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kconfigdialogmanager.cpp b/kdecore/kconfigdialogmanager.cpp
index 411ed2a90..1d89bf49b 100644
--- a/kdecore/kconfigdialogmanager.cpp
+++ b/kdecore/kconfigdialogmanager.cpp
@@ -158,7 +158,7 @@ bool KConfigDialogManager::parseChildren(const TQWidget *widget, bool trackChang
return valueChanged;
TQObject *object;
- for( TQPtrListIterator<TQObject> it( *listOfChildren );
+ for( TQObjectListIterator it( *listOfChildren );
(object = it.current()); ++it )
{
if(!object->isWidgetType())