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 | 4534ffe29f468c46986d0b486b318b53f76115ad (patch) | |
tree | 9ce55c75670c51fea1b70e09ab7bc57e69068e15 /lib | |
parent | 3d1395d8debea7b94809033e90cdfc1df8e1326d (diff) | |
download | koffice-4534ffe29f468c46986d0b486b318b53f76115ad.tar.gz koffice-4534ffe29f468c46986d0b486b318b53f76115ad.zip |
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lib')
-rw-r--r-- | lib/kross/main/wdgscriptsmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kross/main/wdgscriptsmanager.cpp b/lib/kross/main/wdgscriptsmanager.cpp index d3ab6277..4b156d6d 100644 --- a/lib/kross/main/wdgscriptsmanager.cpp +++ b/lib/kross/main/wdgscriptsmanager.cpp @@ -346,7 +346,7 @@ void WdgScriptsManager::slotResourceInstalled() // Delete KNewStuff's configuration entries. These entries reflect what has // already been installed. As we cannot yet keep them in sync after uninstalling // scripts, we deactivate the check marks entirely. - KGlobal::config()->deleteGroup("KNewStufftqStatus"); + KGlobal::config()->deleteGroup("KNewStuffStatus"); } }} |