summaryrefslogtreecommitdiffstats
path: root/ksim/library/pluginloader.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:13:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:13:09 -0600
commite68dcfd1de081924425a6d112ff10bd07472ea9d (patch)
treeb4ba069b9d0465fdb14b768f3d2f641b4f52eec7 /ksim/library/pluginloader.cpp
parentc6bcf4c111c7a9401fead71cf70d926539d7253f (diff)
downloadtdeutils-e68dcfd1de081924425a6d112ff10bd07472ea9d.tar.gz
tdeutils-e68dcfd1de081924425a6d112ff10bd07472ea9d.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'ksim/library/pluginloader.cpp')
-rw-r--r--ksim/library/pluginloader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/library/pluginloader.cpp b/ksim/library/pluginloader.cpp
index a428c4c..775a02e 100644
--- a/ksim/library/pluginloader.cpp
+++ b/ksim/library/pluginloader.cpp
@@ -98,7 +98,7 @@ bool KSim::PluginLoader::loadPlugin(const KDesktopFile &file)
case KSim::PluginLoader::LibNotFound:
KMessageBox::error(0, i18n("KSim was unable to load the plugin %1"
" due to not being able to find the plugin, check that the plugin"
- " is installed and is in your $KDEDIR/lib path").tqarg(file.readName()));
+ " is installed and is in your $TDEDIR/lib path").tqarg(file.readName()));
return false;
break;
case KSim::PluginLoader::UnSymbols: