diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-22 05:27:10 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-22 05:27:10 +0000 |
commit | 4721accb32717dd310ae2abbeca266360c7720d3 (patch) | |
tree | 293c18dfc60d31af4c888f6b45609323d071cc75 /kopete/plugins/history | |
parent | 1e22120bb373a2cc274a8494b614577168241102 (diff) | |
download | tdenetwork-4721accb32717dd310ae2abbeca266360c7720d3.tar.gz tdenetwork-4721accb32717dd310ae2abbeca266360c7720d3.zip |
Fix kdenetwork Qt3 FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237929 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/plugins/history')
-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 2496f893..16db9170 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().data() << endl; + file.name() << ": " << file.errorString().ascii() << endl; continue; } |