From 6e21bc798ba1066147d69dcc2d5c222ffafb9a90 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kded/kdedmodule.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kded/kdedmodule.cpp') diff --git a/kded/kdedmodule.cpp b/kded/kdedmodule.cpp index 426ec21da..ca28a5c62 100644 --- a/kded/kdedmodule.cpp +++ b/kded/kdedmodule.cpp @@ -69,14 +69,14 @@ void KDEDModule::insert(const TQCString &app, const TQCString &key, KShared *obj // appKey acts as a placeholder KEntryKey appKey(app, 0); - d->objMap->tqreplace(appKey, 0); + d->objMap->replace(appKey, 0); KEntryKey indexKey(app, key); // Prevent deletion in case the same object is inserted again. KSharedPtr _obj = obj; - d->objMap->tqreplace(indexKey, _obj); + d->objMap->replace(indexKey, _obj); resetIdle(); } -- cgit v1.2.1