summaryrefslogtreecommitdiffstats
path: root/kverbos
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:08:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:08:32 -0600
commit4c7b13d8cd49d49729801a278b5ce768406400cc (patch)
tree596f6241b14691b5324e4b775d16bb6894943264 /kverbos
parent5ce07f4f6f046d00fe97a3f544993f1aac169085 (diff)
downloadtdeedu-4c7b13d8cd49d49729801a278b5ce768406400cc.tar.gz
tdeedu-4c7b13d8cd49d49729801a278b5ce768406400cc.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kverbos')
-rw-r--r--kverbos/kverbos/kverbosuser.cpp2
-rw-r--r--kverbos/kverbos/kverbosuser.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kverbos/kverbos/kverbosuser.cpp b/kverbos/kverbos/kverbosuser.cpp
index d3337e7c..90896a3b 100644
--- a/kverbos/kverbos/kverbosuser.cpp
+++ b/kverbos/kverbos/kverbosuser.cpp
@@ -202,7 +202,7 @@ void KVerbosUser::wrong()
};
}
-// Saves all the user information to the $KDEHOME/apps/kverbos/data/username.kverbos file
+// Saves all the user information to the $TDEHOME/apps/kverbos/data/username.kverbos file
bool KVerbosUser::saveUser(const int& res, const int& num)
{
bool re = false;
diff --git a/kverbos/kverbos/kverbosuser.h b/kverbos/kverbos/kverbosuser.h
index 11ba9564..d2f40d7b 100644
--- a/kverbos/kverbos/kverbosuser.h
+++ b/kverbos/kverbos/kverbosuser.h
@@ -90,7 +90,7 @@ TQString suggestVerb();
* be moved to the list with the wrong verbs.
*/
void wrong();
- /** Saves all the user information to the $KDEHOME/apps/kverbos/data/username.kverbos file */
+ /** Saves all the user information to the $TDEHOME/apps/kverbos/data/username.kverbos file */
bool saveUser(const int& res, const int& num);
/** Retrieve the old results and the number of sessions */
bool getResults(int& s, TQString d[], int r[][2]);