diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 19:11:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 19:11:39 -0600 |
commit | 4f070eb987ea6e0dd71f6266835c14e8fcbeb18b (patch) | |
tree | 4127dd988254428d89cb510c2561f5aef48bec27 /kppp/acctselect.cpp | |
parent | 51b3545acc932a04b38988188b955eb9d35334a3 (diff) | |
download | tdenetwork-4f070eb987ea6e0dd71f6266835c14e8fcbeb18b.tar.gz tdenetwork-4f070eb987ea6e0dd71f6266835c14e8fcbeb18b.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kppp/acctselect.cpp')
-rw-r--r-- | kppp/acctselect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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++) { |