SVN commit 620561 by mkoller: remove deprecated KUrl ctor M +2 -2 lnkforward.cpp --- trunk/KDE/kdeaddons/kfile-plugins/lnk/lnkforward.cpp #620560:620561 @@ -19,7 +19,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include "read_lnk.cpp" @@ -69,7 +69,7 @@ LNKInfo info; - bool ret = readLNK(KUrl::fromPathOrUrl(args->arg(0)), info); + bool ret = readLNK(KUrl(args->arg(0)), info); if ( ! ret ) return 1; info.path.replace(QChar('\\'), QChar('/'));