From 8e7816b2f9f62a2df094c5b2a7aa5abb6bc1226a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:21:02 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- tdecore/kconfigbackend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdecore/kconfigbackend.cpp') diff --git a/tdecore/kconfigbackend.cpp b/tdecore/kconfigbackend.cpp index efb2a20a9..492d4f494 100644 --- a/tdecore/kconfigbackend.cpp +++ b/tdecore/kconfigbackend.cpp @@ -1178,7 +1178,7 @@ bool KConfigBackEnd::checkConfigFilesWritable(bool warnUser) // Note: We don't ask the user if we should not ask this question again because we can't save the answer. errorMsg += i18n("Please contact your system administrator."); TQString cmdToExec = KStandardDirs::findExe(TQString("kdialog")); - KApplication *app = kapp; + TDEApplication *app = kapp; if (!cmdToExec.isEmpty() && app) { KProcess lprocess; -- cgit v1.2.3