diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:14:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:14:11 -0600 |
commit | 99ee6fd7e9737b5441af4a6cfdd69ff4b7eff5d3 (patch) | |
tree | d2a22c2d9d515d81742f079a5550ef59463d7f00 /klinkstatus | |
parent | a2aa572b33b1c1d1ffb888cdbcf03fc628430e02 (diff) | |
download | tdewebdev-99ee6fd7e9737b5441af4a6cfdd69ff4b7eff5d3.tar.gz tdewebdev-99ee6fd7e9737b5441af4a6cfdd69ff4b7eff5d3.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'klinkstatus')
-rw-r--r-- | klinkstatus/src/klinkstatus.cpp | 2 |
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... |