From kde-commits Thu Jul 07 19:05:19 2005 From: =?utf-8?q?Pascal=20L=C3=A9tourneau?= Date: Thu, 07 Jul 2005 19:05:19 +0000 To: kde-commits Subject: branches/KDE/3.4/kdesdk/kompare/komparepart Message-Id: <1120763119.726988.18947.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112076313117217 SVN commit 432543 by pletourn: Remove misuse of KURL(const QString&) BUG:97473 M +1 -1 kompare_part.cpp --- branches/KDE/3.4/kdesdk/kompare/komparepart/kompare_part.cpp #432542:432543 @@ -406,7 +406,7 @@ { // This is called from openURL // This is a little inefficient but i will do it anyway - openDiff( KURL( m_file ) ); + openDiff( m_url ); return true; }