From b07e8ce7a04b2e7395663d350b556b29951a67ea Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Dec 2011 18:51:30 -0600 Subject: Rename KDEHOME and KDEDIR --- Documentation/ConduitProgrammingTutorial/index.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation/ConduitProgrammingTutorial') 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} -- cgit v1.2.3