summaryrefslogtreecommitdiffstats
path: root/kexi/main/kexinewstuff.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
commit4534ffe29f468c46986d0b486b318b53f76115ad (patch)
tree9ce55c75670c51fea1b70e09ab7bc57e69068e15 /kexi/main/kexinewstuff.cpp
parent3d1395d8debea7b94809033e90cdfc1df8e1326d (diff)
downloadkoffice-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 'kexi/main/kexinewstuff.cpp')
-rw-r--r--kexi/main/kexinewstuff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/main/kexinewstuff.cpp b/kexi/main/kexinewstuff.cpp
index c6bd3a96..6f1fc51d 100644
--- a/kexi/main/kexinewstuff.cpp
+++ b/kexi/main/kexinewstuff.cpp
@@ -41,7 +41,7 @@ KexiNewStuff::KexiNewStuff(TQWidget *parent)
// fails to download something, it still marks the thing as
// successfully downloaded and therefore we arn't able to
// download it again :-/
- KGlobal::config()->deleteGroup("KNewStufftqStatus");
+ KGlobal::config()->deleteGroup("KNewStuffStatus");
}
KexiNewStuff::~KexiNewStuff()