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 --- libtdepim/kscoring.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtdepim/kscoring.cpp') diff --git a/libtdepim/kscoring.cpp b/libtdepim/kscoring.cpp index fc156436..4fcc9774 100644 --- a/libtdepim/kscoring.cpp +++ b/libtdepim/kscoring.cpp @@ -785,9 +785,9 @@ KScoringManager::KScoringManager(const TQString& appName) allRules.setAutoDelete(true); // determine filename of the scorefile if(appName.isEmpty()) - mFilename = KGlobal::dirs()->saveLocation("appdata") + "/scorefile"; + mFilename = TDEGlobal::dirs()->saveLocation("appdata") + "/scorefile"; else - mFilename = KGlobal::dirs()->saveLocation("data") + "/" + appName + "/scorefile"; + mFilename = TDEGlobal::dirs()->saveLocation("data") + "/" + appName + "/scorefile"; // open the score file load(); } -- cgit v1.2.3