diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:40:13 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:40:13 -0600 |
commit | 1c31749c852f40e13868334a179f31c4c5c3c05d (patch) | |
tree | 816986acd1f423ad3a6c508f24f7c358a82ba9e6 /kopete | |
parent | 6e76ea6798905b5afa5079133a957fbe93bac028 (diff) | |
download | tdenetwork-1c31749c852f40e13868334a179f31c4c5c3c05d.tar.gz tdenetwork-1c31749c852f40e13868334a179f31c4c5c3c05d.zip |
Fix references to user profile directory.
Diffstat (limited to 'kopete')
-rw-r--r-- | kopete/kopete/chatwindow/kopetechatwindowstyle.h | 2 | ||||
-rw-r--r-- | kopete/libkopete/kopetepicture.h | 2 | ||||
-rw-r--r-- | kopete/plugins/history/converter.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
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 ); |