summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-23 00:33:07 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-23 00:33:07 +0000
commit8f736c7058bf700621528083243ed7d3899d2877 (patch)
treec24d82ce32bb3d14f9d54af71961f2a408a01857
parent75d05bd59ad8ef389a8e3ff787450baf641d0892 (diff)
downloadtdenetwork-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
-rw-r--r--kopete/plugins/history/historydialog.cpp2
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;
}