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 /kexi/main | |
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 'kexi/main')
-rw-r--r-- | kexi/main/kexinewstuff.cpp | 2 | ||||
-rw-r--r-- | kexi/main/kexistatusbar.cpp | 2 |
2 files changed, 2 insertions, 2 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() diff --git a/kexi/main/kexistatusbar.cpp b/kexi/main/kexistatusbar.cpp index bfee9859..6ccc8d8f 100644 --- a/kexi/main/kexistatusbar.cpp +++ b/kexi/main/kexistatusbar.cpp @@ -112,7 +112,7 @@ void KexiStatusBar::cursorPositionChanged() void KexiStatusBar::settqStatus(const TQString &str) { - kdDebug() << "KexiStatusBar::settqStatus(" << str << ")" << endl; + kdDebug() << "KexiStatusBar::setStatus(" << str << ")" << endl; // m_status->setText(str); changeItem(str, m_msgID); |