summaryrefslogtreecommitdiffstats
path: root/klinkstatus/src/klinkstatus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'klinkstatus/src/klinkstatus.cpp')
-rw-r--r--klinkstatus/src/klinkstatus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/klinkstatus/src/klinkstatus.cpp b/klinkstatus/src/klinkstatus.cpp
index 902ebe0f..8c5da395 100644
--- a/klinkstatus/src/klinkstatus.cpp
+++ b/klinkstatus/src/klinkstatus.cpp
@@ -72,7 +72,7 @@ KLinkStatus::KLinkStatus()
{
// if we couldn't find our Part, we exit since the Shell by
// itself can't do anything useful
- KMessageBox::error(this, i18n("Could not find the KLinkStatus part; did you configure with '--prefix=/$KDEDIR' and perform 'make install'?"));
+ KMessageBox::error(this, i18n("Could not find the KLinkStatus part; did you configure with '--prefix=/$TDEDIR' and perform 'make install'?"));
kapp->quit();
// we return here, cause kapp->quit() only means "exit the
// next time we enter the event loop...