From a9bde819f2b421dcc44741156e75eca4bb5fb4f4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:49:30 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kmail/urlhandlermanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/urlhandlermanager.cpp') diff --git a/kmail/urlhandlermanager.cpp b/kmail/urlhandlermanager.cpp index ad9c22eb..8e72b8ab 100644 --- a/kmail/urlhandlermanager.cpp +++ b/kmail/urlhandlermanager.cpp @@ -548,9 +548,9 @@ namespace { TQString displayName, libName, keyId; if ( !foundSMIMEData( url.path() + '#' + url.ref(), displayName, libName, keyId ) ) return false; - KProcess cmp; + TDEProcess cmp; cmp << "kleopatra" << "-query" << keyId; - if ( !cmp.start( KProcess::DontCare ) ) + if ( !cmp.start( TDEProcess::DontCare ) ) KMessageBox::error( w, i18n("Could not start certificate manager. " "Please check your installation."), i18n("KMail Error") ); -- cgit v1.2.3