summaryrefslogtreecommitdiffstats
path: root/kppp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:40:13 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:40:13 -0600
commit1c31749c852f40e13868334a179f31c4c5c3c05d (patch)
tree816986acd1f423ad3a6c508f24f7c358a82ba9e6 /kppp
parent6e76ea6798905b5afa5079133a957fbe93bac028 (diff)
downloadtdenetwork-1c31749c852f40e13868334a179f31c4c5c3c05d.tar.gz
tdenetwork-1c31749c852f40e13868334a179f31c4c5c3c05d.zip
Fix references to user profile directory.
Diffstat (limited to 'kppp')
-rw-r--r--kppp/acctselect.cpp2
-rw-r--r--kppp/convlog.tcl2
2 files changed, 2 insertions, 2 deletions
diff --git a/kppp/acctselect.cpp b/kppp/acctselect.cpp
index fc843017..1782d27f 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 $TDEDIR/share/apps/kppp/Rules
+ // look in ~/.trinity/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++) {
diff --git a/kppp/convlog.tcl b/kppp/convlog.tcl
index d5e97a1b..5fca2abb 100644
--- a/kppp/convlog.tcl
+++ b/kppp/convlog.tcl
@@ -6,7 +6,7 @@ proc err { msg } {
puts stderr "[lindex $argv0 0]: $msg"
}
-foreach i [glob -nocomplain ~/.kde/share/apps/kppp/Log/*-199?] {
+foreach i [glob -nocomplain ~/.trinity/share/apps/kppp/Log/*-199?] {
if {[catch { set fin [open $i "r"] }]} {
err "cannot open $i for reading"