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 | ae2f0b5ac8e4d9118868fb66d6494641a9b7e00a (patch) | |
tree | c6fad3d9ff097eb05f9aed02cc2d57f75230daf6 /apps | |
parent | 2410b4e25d39f34c5312311423ecbc43941703a3 (diff) | |
download | ktorrent-ae2f0b5ac8e4d9118868fb66d6494641a9b7e00a.tar.gz ktorrent-ae2f0b5ac8e4d9118868fb66d6494641a9b7e00a.zip |
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'apps')
-rw-r--r-- | apps/ktorrent/ktorrent.cpp | 6 | ||||
-rw-r--r-- | apps/ktorrent/leaktrace.cpp | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/ktorrent/ktorrent.cpp b/apps/ktorrent/ktorrent.cpp index 46da5c3..2e9760d 100644 --- a/apps/ktorrent/ktorrent.cpp +++ b/apps/ktorrent/ktorrent.cpp @@ -214,8 +214,8 @@ KTorrent::KTorrent() addToolWidget(m_group_view,"player_playlist",i18n("Groups"),DOCK_LEFT); - setAutoSaveSettings("WindowtqStatus",true); - KGlobal::config()->setGroup("WindowtqStatus"); + setAutoSaveSettings("WindowStatus",true); + KGlobal::config()->setGroup("WindowStatus"); bool hidden_on_exit = KGlobal::config()->readBoolEntry("hidden_on_exit",false); if (Settings::showSystemTrayIcon()) { @@ -598,7 +598,7 @@ bool KTorrent::queryExit() // stop timers to prevent update m_gui_update_timer.stop(); - KGlobal::config()->setGroup("WindowtqStatus"); + KGlobal::config()->setGroup("WindowStatus"); KGlobal::config()->writeEntry("hidden_on_exit",this->isHidden()); KGlobal::config()->writeEntry("menubar_hidden",menuBar()->isHidden()); KGlobal::config()->writeEntry("statusbar_hidden",statusBar()->isHidden()); diff --git a/apps/ktorrent/leaktrace.cpp b/apps/ktorrent/leaktrace.cpp index b6c3304..ae41d3f 100644 --- a/apps/ktorrent/leaktrace.cpp +++ b/apps/ktorrent/leaktrace.cpp @@ -147,7 +147,7 @@ static void RegisterAlloc(void* ptr,Uint32 size) static void DeregisterAlloc(void* ptr) { if (print_status_done) - printf("PrinttqStatus already happened !!!!!!!!!!\n"); + printf("PrintStatus already happened !!!!!!!!!!\n"); Uint32 b = ADDR_HASH(ptr); MemAlloc* p = mtree.buckets[b]; |