summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:51:30 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:51:30 -0600
commitb07e8ce7a04b2e7395663d350b556b29951a67ea (patch)
tree2632eede40c61f0c6c0412e6f4c0993aea1b432a /Documentation
parent9822f5517d3f9296738d30ceee4e452aced8750f (diff)
downloadkpilot-b07e8ce7a04b2e7395663d350b556b29951a67ea.tar.gz
kpilot-b07e8ce7a04b2e7395663d350b556b29951a67ea.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/ConduitProgrammingTutorial/index.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/ConduitProgrammingTutorial/index.tex b/Documentation/ConduitProgrammingTutorial/index.tex
index f66b071..4cec9e9 100644
--- a/Documentation/ConduitProgrammingTutorial/index.tex
+++ b/Documentation/ConduitProgrammingTutorial/index.tex
@@ -634,7 +634,7 @@ database on the handheld and the backup database on the harddisk. These are
set by openDatabases.
\item\code{bool openDatabases(const char *dbName, bool*retrieved=0L)} ...
opens the database named \code{dbName} on the handheld and the backup database
-on the harddisk (in the directory \file{\$KDEHOME/share/apps/kpilot/DBBackup/PalmUserName/}).
+on the harddisk (in the directory \file{\$TDEHOME/share/apps/kpilot/DBBackup/PalmUserName/}).
If the backup database does not exist, the current database from the palm is
fetched, and \code{*retrieved} is set to \code{true}.
\end{itemize}
@@ -759,7 +759,7 @@ The constructors of \class{PilotLocalDatabase} and \class{PilotSerialDatabase} a
\item\code{PilotSerialDatabase(int linksocket, const char* dbName)} ... linksocket
\item\code{PilotLocalDatabase( const QString\& path, const QString\& name)}
\item\code{PilotLocalDatabase(const QString \&name)} ... open database by name only
-(no explicit path). The path \file{\$KDEHOME/share/apps/kpilot/DBBackup/PalmUserName/}
+(no explicit path). The path \file{\$TDEHOME/share/apps/kpilot/DBBackup/PalmUserName/}
is set by KPilot automatically.
\end{itemize}