summaryrefslogtreecommitdiffstats
path: root/kmail/listjob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/listjob.cpp')
-rw-r--r--kmail/listjob.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/listjob.cpp b/kmail/listjob.cpp
index 29dd8d8b..1d8ac380 100644
--- a/kmail/listjob.cpp
+++ b/kmail/listjob.cpp
@@ -44,7 +44,7 @@ using KPIM::ProgressManager;
#include <kio/global.h>
#include <klocale.h>
-#include <tqstylesheet.h>
+#include <stylesheet.h>
#include <stdlib.h>
@@ -109,16 +109,16 @@ void ListJob::execute()
jd.curNamespace = mNamespace;
if ( mParentProgressItem )
{
- TQString escapedtqStatus = mDestFolder ? TQStyleSheet::escape( mDestFolder->prettyURL() )
+ TQString escapedStatus = mDestFolder ? TQStyleSheet::escape( mDestFolder->prettyURL() )
: TQString();
jd.progressItem = ProgressManager::createProgressItem(
mParentProgressItem,
"ListDir" + ProgressManager::getUniqueID(),
- escapedtqStatus,
+ escapedStatus,
i18n("retrieving folders"),
false,
mAccount->useSSL() || mAccount->useTLS() );
- mParentProgressItem->setqStatus( escapedtqStatus );
+ mParentProgressItem->seStatus( escapedStatus );
}
// make the URL
@@ -174,7 +174,7 @@ void ListJob::slotListResult( KIO::Job* job )
if ( job->error() )
{
mAccount->handleJobError( job,
- i18n( "Error while listing folder %1: " ).tqarg((*it).path),
+ i18n( "Error while listing folder %1: " ).arg((*it).path),
true );
} else
{