From e68dcfd1de081924425a6d112ff10bd07472ea9d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Dec 2011 19:13:09 -0600 Subject: Rename KDEHOME and KDEDIR --- ksim/README | 2 +- ksim/library/pluginloader.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ksim') diff --git a/ksim/README b/ksim/README index d5ee23a..3af6134 100644 --- a/ksim/README +++ b/ksim/README @@ -22,7 +22,7 @@ The current planned features are: NOTE: the plugin naming conventions changed in v0.5 and above, i recommend you to -rm -rf $KDEDIR/lib/libksim* before you install +rm -rf $TDEDIR/lib/libksim* before you install v0.5 or above, if you are using v0.4 or below. As of v0.9.0 and above, KSim has the option to 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: -- cgit v1.2.1