summaryrefslogtreecommitdiffstats
path: root/kmail/kmfoldermbox.cpp
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-07 21:52:03 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-07 21:52:03 +0000
commit87e9213ec5e89eb135a483f7635ea3d0c663e891 (patch)
tree102f615eec745b55747a2d97997f72315630a76f /kmail/kmfoldermbox.cpp
parent42c6ef8e5041733f6eaed7a133802e63ee1c05e5 (diff)
downloadtdepim-87e9213ec5e89eb135a483f7635ea3d0c663e891.tar.gz
tdepim-87e9213ec5e89eb135a483f7635ea3d0c663e891.zip
[kdepim] revert some accidental renamed classes/methods and strings (fix quote reply)
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1230817 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmail/kmfoldermbox.cpp')
-rw-r--r--kmail/kmfoldermbox.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kmfoldermbox.cpp b/kmail/kmfoldermbox.cpp
index b9bbd1a6..504b5c5a 100644
--- a/kmail/kmfoldermbox.cpp
+++ b/kmail/kmfoldermbox.cpp
@@ -55,7 +55,7 @@
#include <sys/stat.h>
#include <sys/file.h>
#include "broadcaststatus.h"
-using KPIM::BroadcastqStatus;
+using KPIM::BroadcastStatus;
#ifndef MAX_LINE
#define MAX_LINE 4096
@@ -1238,9 +1238,9 @@ int KMFolderMbox::compact( bool silent )
// If this is the current folder, the changed signal will ultimately call
// KMHeaders::setFolderInfotqStatus which will override the message, so save/restore it
- TQString statusMsg = BroadcastqStatus::instance()->statusMsg();
+ TQString statusMsg = BroadcastStatus::instance()->statusMsg();
emit changed();
- BroadcastqStatus::instance()->seStatusMsg( statusMsg );
+ BroadcastStatus::instance()->seStatusMsg( statusMsg );
return rc;
}