summaryrefslogtreecommitdiffstats
path: root/Documentation/ConduitProgrammingTutorial
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:41:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:41:48 -0600
commit67d9aaa1e16f37e4806ec140b0596eb2a57e4e25 (patch)
treed0302ffb8c4fcda0a0d27715ccb4dc3ad85ffd00 /Documentation/ConduitProgrammingTutorial
parente50a1bb5d556e240a2a9644703e3e77a9daebfaf (diff)
downloadkpilot-67d9aaa1e16f37e4806ec140b0596eb2a57e4e25.tar.gz
kpilot-67d9aaa1e16f37e4806ec140b0596eb2a57e4e25.zip
Additional renaming of kde to tde
Diffstat (limited to 'Documentation/ConduitProgrammingTutorial')
-rw-r--r--Documentation/ConduitProgrammingTutorial/index.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ConduitProgrammingTutorial/index.tex b/Documentation/ConduitProgrammingTutorial/index.tex
index 679fcc0..f66b071 100644
--- a/Documentation/ConduitProgrammingTutorial/index.tex
+++ b/Documentation/ConduitProgrammingTutorial/index.tex
@@ -363,7 +363,7 @@ kpilotdaemon: somefunction: Value of i=5
In this section I will shortly describe how you can implement a configuration dialog for your conduit.
There is nothing Palm- or KPilot-specific about this. All the configuration dialog does is to read the
-configuration settings from the config file (using the \class{KConfig} class from kdelibs), and let
+configuration settings from the config file (using the \class{KConfig} class from tdelibs), and let
the user change them in the dialog. If the user exists the dialog by pressing OK, the new values are
read from the dialog controls and written back to the configuration file.