diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-23 00:33:07 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-23 00:33:07 +0000 |
commit | 8f736c7058bf700621528083243ed7d3899d2877 (patch) | |
tree | c24d82ce32bb3d14f9d54af71961f2a408a01857 /kopete/plugins | |
parent | 75d05bd59ad8ef389a8e3ff787450baf641d0892 (diff) | |
download | tdenetwork-8f736c7058bf700621528083243ed7d3899d2877.tar.gz tdenetwork-8f736c7058bf700621528083243ed7d3899d2877.zip |
Fix kdenetwork FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1238116 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/plugins')
-rw-r--r-- | kopete/plugins/history/historydialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/history/historydialog.cpp b/kopete/plugins/history/historydialog.cpp index 16db9170..b61738ae 100644 --- a/kopete/plugins/history/historydialog.cpp +++ b/kopete/plugins/history/historydialog.cpp @@ -496,7 +496,7 @@ void HistoryDialog::slotSearch() if (!file.isOpen()) { kdWarning(14310) << k_funcinfo << "Error opening " << - file.name() << ": " << file.errorString().ascii() << endl; + file.name() << ": " << TQString(file.errorString()).ascii() << endl; continue; } |