diff options
Diffstat (limited to 'kppp')
-rw-r--r-- | kppp/acctselect.cpp | 2 | ||||
-rw-r--r-- | kppp/convlog.tcl | 2 |
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" |