summaryrefslogtreecommitdiffstats
path: root/Documentation/ConduitProgrammingTutorial/index.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/ConduitProgrammingTutorial/index.tex')
-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}