diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
commit | 07915c3e5524895d3745ba0815529b7eaa7e48bc (patch) | |
tree | bcf57e7b28fb7f4a173ce6f0c925c0c1375578c0 /systemsettings/kcmodulemenu.h | |
parent | 7f29ed6ef6e81aac582f9adae13fae7de117eb44 (diff) | |
download | tde-systemsettings-07915c3e5524895d3745ba0815529b7eaa7e48bc.tar.gz tde-systemsettings-07915c3e5524895d3745ba0815529b7eaa7e48bc.zip |
rename the following methods:
tqfind find
tqreplace replace
tqcontains contains
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-systemsettings@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'systemsettings/kcmodulemenu.h')
-rw-r--r-- | systemsettings/kcmodulemenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemsettings/kcmodulemenu.h b/systemsettings/kcmodulemenu.h index 193aada..060e5f8 100644 --- a/systemsettings/kcmodulemenu.h +++ b/systemsettings/kcmodulemenu.h @@ -64,7 +64,7 @@ class KCModuleMenuPrivate; * X-KDE-BaseGroup=examplemenu * \endcode * - * example.menu should be installed in xdg/menus/ so that ksyscoco will tqfind + * example.menu should be installed in xdg/menus/ so that ksyscoco will find * it. See the above url for example menus. After changing the menu you need * to run "kbuildsycoca" to regenerate the cache as ksyscoco will cache the * menu and is a file that doesn't change on users. |