summaryrefslogtreecommitdiffstats
path: root/quanta/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:14:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:14:11 -0600
commit99ee6fd7e9737b5441af4a6cfdd69ff4b7eff5d3 (patch)
treed2a22c2d9d515d81742f079a5550ef59463d7f00 /quanta/src
parenta2aa572b33b1c1d1ffb888cdbcf03fc628430e02 (diff)
downloadtdewebdev-99ee6fd7e9737b5441af4a6cfdd69ff4b7eff5d3.tar.gz
tdewebdev-99ee6fd7e9737b5441af4a6cfdd69ff4b7eff5d3.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'quanta/src')
-rw-r--r--quanta/src/document.cpp2
-rw-r--r--quanta/src/quanta.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/quanta/src/document.cpp b/quanta/src/document.cpp
index 843c83c7..0f0d9933 100644
--- a/quanta/src/document.cpp
+++ b/quanta/src/document.cpp
@@ -2690,7 +2690,7 @@ void Document::createBackup(KConfig* config)
//creates an entry string in quantarc if it does not exist yet
config->setGroup("General Options");
TQStringList backedupFilesEntryList = QuantaCommon::readPathListEntry(config, "List of backedup files"); //the files that were backedup
- TQStringList autosavedFilesEntryList = QuantaCommon::readPathListEntry(config, "List of autosaved files"); //the list of actual backup files inside $KDEHOME/share/apps/quanta/backups
+ TQStringList autosavedFilesEntryList = QuantaCommon::readPathListEntry(config, "List of autosaved files"); //the list of actual backup files inside $TDEHOME/share/apps/quanta/backups
if (!autosavedFilesEntryList.contains(backupPathValueURL)) //not yet backed up, add an entry for this file
{
autosavedFilesEntryList.append(backupPathValueURL);
diff --git a/quanta/src/quanta.cpp b/quanta/src/quanta.cpp
index 1a1e6c0c..ee054cbe 100644
--- a/quanta/src/quanta.cpp
+++ b/quanta/src/quanta.cpp
@@ -224,7 +224,7 @@ QuantaApp::QuantaApp(int mdiMode) : DCOPObject("WindowManagerIf"), KMdiMainFrm(
quantaStarted = false;
kdWarning() << "***************************************************************************" << endl;
kdWarning() << i18n("Quanta data files were not found.") << endl;
- kdWarning() << i18n("You may have forgotten to run \"make install\", or your KDEDIR, KDEDIRS or PATH are not set correctly.") << endl;
+ kdWarning() << i18n("You may have forgotten to run \"make install\", or your TDEDIR, TDEDIRS or PATH are not set correctly.") << endl;
kdWarning() << "***************************************************************************" << endl;
TQTimer::singleShot(20, kapp, TQT_SLOT(quit()));
return;