From 97cceff184509ce1667906323df36a59af93d169 Mon Sep 17 00:00:00 2001 From: Jeremy Paul Whiting Date: Sat, 11 Aug 2007 20:22:16 +0000 Subject: [PATCH] do something with the falsefriends svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=699017 --- keduvocdocument/keduvoctranslation.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/keduvocdocument/keduvoctranslation.cpp b/keduvocdocument/keduvoctranslation.cpp index 42cf409..cb35500 100644 --- a/keduvocdocument/keduvoctranslation.cpp +++ b/keduvocdocument/keduvoctranslation.cpp @@ -157,14 +157,13 @@ void KEduVocTranslation::setComment ( const QString & expr ) void KEduVocTranslation::setFalseFriend ( int indexFrom, const QString & expr ) { -// m_falseFriends[indexFrom] = expr.simplified(); + d->m_falseFriends[indexFrom] = expr.simplified(); } QString KEduVocTranslation::falseFriend ( int indexFrom ) const { -// return m_falseFriends.value(indexFrom); -return QString(); + return d->m_falseFriends.value(indexFrom); } -- 2.47.3