diff options
Diffstat (limited to 'kopete/plugins/history')
-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 ); |