diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
commit | 59b9e8308db100be24b1fcbe7bb1eadfacc3620f (patch) | |
tree | 0c04fdd54ee843c697d178e4b2b5d04cebe90f62 /kate/filetemplates | |
parent | 52bcc5b20df9e744f591f09c832d58e994603ac6 (diff) | |
download | tdeaddons-59b9e8308db100be24b1fcbe7bb1eadfacc3620f.tar.gz tdeaddons-59b9e8308db100be24b1fcbe7bb1eadfacc3620f.zip |
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate/filetemplates')
-rw-r--r-- | kate/filetemplates/plugin/filetemplates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/filetemplates/plugin/filetemplates.cpp b/kate/filetemplates/plugin/filetemplates.cpp index 2ed6036..6f51e9b 100644 --- a/kate/filetemplates/plugin/filetemplates.cpp +++ b/kate/filetemplates/plugin/filetemplates.cpp @@ -1216,7 +1216,7 @@ void KateTemplateManager::slotRemoveTemplate() // for this template, so the template is installable again. // ### This assumes that the knewstuff name is similar to the template name. kdDebug()<<"trying to remove knewstuff key '"<<item->templateinfo->tmplate<<"'"<<endl; - config->setGroup("KNewStufftqStatus"); + config->setGroup("KNewStuffStatus"); config->deleteEntry( item->templateinfo->tmplate ); |