diff options
Diffstat (limited to 'lib/kross/main')
-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"); } }} |