summaryrefslogtreecommitdiffstats
path: root/kppp
diff options
context:
space:
mode:
Diffstat (limited to 'kppp')
-rw-r--r--kppp/INSTALL2
-rw-r--r--kppp/Rules/Austria/Standard/UTA_easyinternet.rst2
-rw-r--r--kppp/acctselect.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/kppp/INSTALL b/kppp/INSTALL
index a207c1e1..56fecbc7 100644
--- a/kppp/INSTALL
+++ b/kppp/INSTALL
@@ -15,7 +15,7 @@ make install
o If you run "make install" as root the kppp binary will be installed
setuid root. Otherwise you can do this on your own:
- cd $(KDEDIR)/bin ; chown root kppp; chmod +s kppp. This might not
+ cd $(TDEDIR)/bin ; chown root kppp; chmod +s kppp. This might not
be absolutely necessary ( depending on the permissions
set on the modem device, /etc/resolv.conf etc. but if you can
afford to, this will make your life much easier.
diff --git a/kppp/Rules/Austria/Standard/UTA_easyinternet.rst b/kppp/Rules/Austria/Standard/UTA_easyinternet.rst
index 956933b9..ad5e6425 100644
--- a/kppp/Rules/Austria/Standard/UTA_easyinternet.rst
+++ b/kppp/Rules/Austria/Standard/UTA_easyinternet.rst
@@ -42,7 +42,7 @@ on (monday..friday) between (18:00..8:00) use (0.002667, 1)
on (saturday..sunday) between (0:00..23:59) use (0.002667, 1)
# Feiertage, übernommen aus
-# $KDEDIR/share/apps/kppp/Rules/Austria/Standard/Online.rst
+# $TDEDIR/share/apps/kppp/Rules/Austria/Standard/Online.rst
# (von Mario Weilguni <mweilguni@sime.com>)
on (5/1,12/25,12/26,11/1,easter+1,easter+39,easter+50,1/1,10/26,1/6,12/8) between (00:00..23:59) use (0.002667, 1)
diff --git a/kppp/acctselect.cpp b/kppp/acctselect.cpp
index 2a1ec1f8..121713c5 100644
--- a/kppp/acctselect.cpp
+++ b/kppp/acctselect.cpp
@@ -255,7 +255,7 @@ void AccountingSelector::setupTreeWidget() {
tl->setColumnWidth(0, 205);
tl->setRootIsDecorated(true);
- // look in ~/.kde/share/apps/kppp/Rules and $KDEDIR/share/apps/kppp/Rules
+ // look in ~/.kde/share/apps/kppp/Rules and $TDEDIR/share/apps/kppp/Rules
TQStringList dirs = KGlobal::dirs()->resourceDirs("appdata");
for (TQStringList::ConstIterator it = dirs.begin();
it != dirs.end(); it++) {