From 8f736c7058bf700621528083243ed7d3899d2877 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 23 Jun 2011 00:33:07 +0000 Subject: Fix kdenetwork FTBFS git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1238116 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kopete/plugins/history/historydialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3