diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:51:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:51:30 -0600 |
commit | b07e8ce7a04b2e7395663d350b556b29951a67ea (patch) | |
tree | 2632eede40c61f0c6c0412e6f4c0993aea1b432a /lib | |
parent | 9822f5517d3f9296738d30ceee4e452aced8750f (diff) | |
download | kpilot-b07e8ce7a04b2e7395663d350b556b29951a67ea.tar.gz kpilot-b07e8ce7a04b2e7395663d350b556b29951a67ea.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pilotLocalDatabase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pilotLocalDatabase.h b/lib/pilotLocalDatabase.h index e5d11a6..abc6ee6 100644 --- a/lib/pilotLocalDatabase.h +++ b/lib/pilotLocalDatabase.h @@ -46,7 +46,7 @@ public: /** * Opens the local database. If the database cannot be found at the * given position, a default path is used - * ($KDEHOME/share/apps/kpilot/DBBackup) + * ($TDEHOME/share/apps/kpilot/DBBackup) * and if the file is found there, it is opened. In some cases this should * not be done, so the parameter useDefaultPath controls this behavior. * If it is set to true, the default path is used if the file cannot be |