From 4d50c58c92d884bc8ff835fe6738ffc7ea8d4e0c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 5 Dec 2002 21:00:56 +0000 Subject: [PATCH] namespace fixes svn path=/trunk/kdenetwork/kmail/; revision=192291 --- kmail_part.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kmail_part.cpp b/kmail_part.cpp index 0e8b5a84f..5f6101834 100644 --- a/kmail_part.cpp +++ b/kmail_part.cpp @@ -65,8 +65,8 @@ KMailPart::KMailPart(QWidget *parentWidget, const char *widgetName, KGlobal::locale()->insertCatalogue("libkdenetwork"); // Check that all updates have been run on the config file: - kmail::checkConfigUpdates(); - kmail::lockOrDie(); + KMail::checkConfigUpdates(); + KMail::lockOrDie(); kapp->dcopClient()->suspend(); // Don't handle DCOP requests yet @@ -134,7 +134,7 @@ KMailPart::~KMailPart() } kernel->notClosedByUser(); delete kernel; - kmail::cleanup(); + KMail::cleanup(); } KAboutData *KMailPart::createAboutData()