summaryrefslogtreecommitdiffstats
path: root/quanta/src/quanta_init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/src/quanta_init.cpp')
-rw-r--r--quanta/src/quanta_init.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/src/quanta_init.cpp b/quanta/src/quanta_init.cpp
index 48f106b0..08b73763 100644
--- a/quanta/src/quanta_init.cpp
+++ b/quanta/src/quanta_init.cpp
@@ -1177,7 +1177,7 @@ void QuantaInit::recoverCrashed(TQStringList& recoveredFileNameList)
w->warningLabel = 0L;
w->setMinimumHeight(320);
dlg->adjustSize();
- if (KStandardDirs::findExe("kompare").isEmpty() || isUntitledDocument)
+ if (TDEStandardDirs::findExe("kompare").isEmpty() || isUntitledDocument)
{
w->buttonCompare->setEnabled(false);
w->buttonLoad->setChecked(true);
@@ -1469,7 +1469,7 @@ void QuantaInit::checkRuntimeDependencies()
dependency = *it;
if (dependency.type == Dependency::Executable)
{
- if (KStandardDirs::findExe(dependency.execName).isNull())
+ if (TDEStandardDirs::findExe(dependency.execName).isNull())
errorStr += TQString(stdErrorMsg).arg(dependency.name).arg(dependency.url).arg(dependency.description);
} else