From 29df04c24350cc76a41e2410d1c92445f9338b98 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:51:30 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kommander/executor/instance.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kommander/executor/instance.cpp') diff --git a/kommander/executor/instance.cpp b/kommander/executor/instance.cpp index a036aeaf..47032e99 100644 --- a/kommander/executor/instance.cpp +++ b/kommander/executor/instance.cpp @@ -199,8 +199,8 @@ bool Instance::isFileValid(const KURL& fname) const } // Check whether file is not in some temporary directory. - TQStringList tmpDirs = KGlobal::dirs()->resourceDirs("tmp"); - tmpDirs += KGlobal::dirs()->resourceDirs("cache"); + TQStringList tmpDirs = TDEGlobal::dirs()->resourceDirs("tmp"); + tmpDirs += TDEGlobal::dirs()->resourceDirs("cache"); tmpDirs.append("/tmp/"); tmpDirs.append("/var/tmp/"); -- cgit v1.2.1