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/archivefolderdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/archivefolderdialog.cpp') diff --git a/kmail/archivefolderdialog.cpp b/kmail/archivefolderdialog.cpp index c8068ec4..4f58f56c 100644 --- a/kmail/archivefolderdialog.cpp +++ b/kmail/archivefolderdialog.cpp @@ -39,7 +39,7 @@ using namespace KMail; static TQString standardArchivePath( const TQString &folderName ) { - TQString currentPath = KGlobalSettings::documentPath(); + TQString currentPath = TDEGlobalSettings::documentPath(); TQDir dir( currentPath ); if( !dir.exists() ) { currentPath = TQDir::homeDirPath() + '/'; -- cgit v1.2.3