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/plugins | |
parent | 6e76ea6798905b5afa5079133a957fbe93bac028 (diff) | |
download | tdenetwork-1c31749c852f40e13868334a179f31c4c5c3c05d.tar.gz tdenetwork-1c31749c852f40e13868334a179f31c4c5c3c05d.zip |
Fix references to user profile directory.
Diffstat (limited to 'kopete/plugins')
-rw-r--r-- | kopete/plugins/history/converter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |