summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/history
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:40:13 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:40:13 -0600
commit1c31749c852f40e13868334a179f31c4c5c3c05d (patch)
tree816986acd1f423ad3a6c508f24f7c358a82ba9e6 /kopete/plugins/history
parent6e76ea6798905b5afa5079133a957fbe93bac028 (diff)
downloadtdenetwork-1c31749c852f40e13868334a179f31c4c5c3c05d.tar.gz
tdenetwork-1c31749c852f40e13868334a179f31c4c5c3c05d.zip
Fix references to user profile directory.
Diffstat (limited to 'kopete/plugins/history')
-rw-r--r--kopete/plugins/history/converter.cpp2
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 );