diff --git a/doc/knewsticker/index.docbook b/doc/knewsticker/index.docbook index 2afc70f6..415287c8 100644 --- a/doc/knewsticker/index.docbook +++ b/doc/knewsticker/index.docbook @@ -1146,7 +1146,7 @@ necessary. to talk to &knewsticker; but you can use it if you modified the configuration file by hand. The configuration file is saved in - ~/.kde/share/config/knewsticker_appletrc + ~/.trinity/share/config/knewsticker_appletrc Example: % dcop diff --git a/doc/kopete/index.docbook b/doc/kopete/index.docbook index 5d3fc810..2933c94e 100644 --- a/doc/kopete/index.docbook +++ b/doc/kopete/index.docbook @@ -912,11 +912,11 @@ Shortcuts.... The emoticons are easy to install - you just place a directory containing the icon files along with an XML file describing the mapping from text to picture in -$TDEDIR/share/apps/kopete/pics/emoticons (or $TDEHOME, for example, in /home/joeuser/.kde/). +$TDEDIR/share/apps/kopete/pics/emoticons (or $TDEHOME, for example, in /home/joeuser/.trinity/). Copy the extracted directory to $TDEDIR/share/apps/kopete/pics/emoticons or - $HOME/.kde/share/apps/kopete/pics/emoticons (or wherever $TDEHOME is) + $HOME/.trinity/share/apps/kopete/pics/emoticons (or wherever $TDEHOME is) Select Configure &kopete; from the Settings menu and click on Appearance in the left panel of the Preferences window and click on the Emoticons tab Select the emoticons set you just installed from the list Now you can use the newly installed emoticons in &kopete; diff --git a/doc/kppp/accounting.docbook b/doc/kppp/accounting.docbook index 69401512..1fb47e17 100644 --- a/doc/kppp/accounting.docbook +++ b/doc/kppp/accounting.docbook @@ -11,7 +11,7 @@ the rule_file command line option to &kppp; and must be installed in ${TDEDIR}/share/apps/kppp/Rules or in ${HOME}/.kde/share/apps/kppp/Rules before you will +class="directory">${HOME}/.trinity/share/apps/kppp/Rules before you will be able to select it in this dialog. diff --git a/doc/kwifimanager/index.docbook b/doc/kwifimanager/index.docbook index 46e9251e..d9511563 100644 --- a/doc/kwifimanager/index.docbook +++ b/doc/kwifimanager/index.docbook @@ -279,7 +279,7 @@ This option is most useful when searching for the special network name any. In this mode, the card will log into any network it finds. The logfile's position is $HOME/.kde/share/apps/kwifimanager/wireless-log + >$HOME/.trinity/share/apps/kwifimanager/wireless-log diff --git a/doc/lisa/index.docbook b/doc/lisa/index.docbook index 6758497b..86f8db4f 100644 --- a/doc/lisa/index.docbook +++ b/doc/lisa/index.docbook @@ -584,7 +584,7 @@ MaxPingsAtOnce = 256 #send up to 256 ICMP echo requests at on , Search first for -$HOME/.kde/share/config/lisarc, then +$HOME/.trinity/share/config/lisarc, then for $TDEDIR/share/config/lisarc. diff --git a/kopete/kopete/chatwindow/kopetechatwindowstyle.h b/kopete/kopete/chatwindow/kopetechatwindowstyle.h index 38c5f35b..aa6f73a8 100644 --- a/kopete/kopete/chatwindow/kopetechatwindowstyle.h +++ b/kopete/kopete/chatwindow/kopetechatwindowstyle.h @@ -65,7 +65,7 @@ public: /** * Get the style path. * The style path points to the directory where the style is located. - * ex: ~/.kde/share/apps/kopete/styles/StyleName/ + * ex: ~/.trinity/share/apps/kopete/styles/StyleName/ * * @return the style path based. */ diff --git a/kopete/libkopete/kopetepicture.h b/kopete/libkopete/kopetepicture.h index 46e7a7c2..a681e7ca 100644 --- a/kopete/libkopete/kopetepicture.h +++ b/kopete/libkopete/kopetepicture.h @@ -41,7 +41,7 @@ namespace Kopete * You can only use an TQImage and a image path to create/update * the picture. * If the picture doesn't exist as a file, it generate a local - * copy into ~/.kde/share/apps/kopete/metacontactpicturecache + * copy into ~/.trinity/share/apps/kopete/metacontactpicturecache * * This class is implicitly shared, so don't use it as a pointer. * diff --git a/kopete/plugins/history/converter.cpp b/kopete/plugins/history/converter.cpp index 677ed1d2..2bf748ce 100644 --- a/kopete/plugins/history/converter.cpp +++ b/kopete/plugins/history/converter.cpp @@ -45,7 +45,7 @@ void HistoryPlugin::convertOldHistory() TQString kopetedir=locateLocal( "data", TQString::fromLatin1( "kopete")); - TQDir d( kopetedir ); //d should point to ~/.kde/share/apps/kopete/ + TQDir d( kopetedir ); //d should point to ~/.trinity/share/apps/kopete/ d.setFilter( TQDir::Dirs ); 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" diff --git a/ksirc/KSOpenkSirc/open_ksirc.cpp b/ksirc/KSOpenkSirc/open_ksirc.cpp index 54d1f7f9..9b794639 100644 --- a/ksirc/KSOpenkSirc/open_ksirc.cpp +++ b/ksirc/KSOpenkSirc/open_ksirc.cpp @@ -43,9 +43,9 @@ open_ksirc::open_ksirc { setCaption( i18n("Connect to Server") ); - // check for existance of ~/.kde/share/apps/ksirc/servers.txt + // check for existance of ~/.trinity/share/apps/ksirc/servers.txt // if it don't exist use $TDEDIR/share/apps/ksirc/servers.txt - // changes are written to ~/.kde/share/apps/ksirc/servers.txt + // changes are written to ~/.trinity/share/apps/ksirc/servers.txt TQString filename = locate("appdata", "servers.txt"); serverFileParser::readDatafile( filename.ascii() ); diff --git a/ksirc/KSOpenkSirc/serverFileParser.cpp b/ksirc/KSOpenkSirc/serverFileParser.cpp index 10960650..0b62b0dc 100644 --- a/ksirc/KSOpenkSirc/serverFileParser.cpp +++ b/ksirc/KSOpenkSirc/serverFileParser.cpp @@ -104,7 +104,7 @@ int serverFileParser::readDatafile( const char *fileName ) // Writes the data stored in the global variable to the server file, // returns 1 if sucessful, takes a filename as an argument, uhh NOT. -// we want to write it ~/.kde/share/apps/ksirc/servers.txt +// we want to write it ~/.trinity/share/apps/ksirc/servers.txt // int writeDataFile() diff --git a/lanbrowsing/lisa/README b/lanbrowsing/lisa/README index 63cc2140..12a16af5 100644 --- a/lanbrowsing/lisa/README +++ b/lanbrowsing/lisa/README @@ -382,7 +382,7 @@ For reslisa the file is named reslisarc instead lisarc. -u, --unix search at first for $HOME/.lisarc, then for /etc/lisarc, this is the default behaviour --k, --kde1 search at first for $HOME/.kde/share/config/lisarc, +-k, --kde1 search at first for $HOME/.trinity/share/config/lisarc, then for $TDEDIR/share/config/lisarc -K, --kde2 looks for the file lisarc in every directory diff --git a/lanbrowsing/lisa/main.cpp b/lanbrowsing/lisa/main.cpp index 7de59389..fd96d04e 100644 --- a/lanbrowsing/lisa/main.cpp +++ b/lanbrowsing/lisa/main.cpp @@ -198,7 +198,7 @@ int main(int argc, char** argv) "--kde1, --kde2 and --unix are not supported anymore.\n"\ "Lisa will always first look for $(HOME)/.lisarc , then for /etc/lisarc.\n"\ "If your lisa configuration file was created using an older version of \n"\ - "the KDE control center, copy the /root/.kde/share/config/lisarc to /etc and \n"\ + "the KDE control center, copy the /root/.trinity/share/config/lisarc to /etc and \n"\ "then start lisa without any command line options.\n"<