From cc74f360bb40da3d79f58048f8e8611804980aa6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:30:47 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- konsole/konsole/TEWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konsole/konsole/TEWidget.cpp') diff --git a/konsole/konsole/TEWidget.cpp b/konsole/konsole/TEWidget.cpp index e13a5eb1d..c00349022 100644 --- a/konsole/konsole/TEWidget.cpp +++ b/konsole/konsole/TEWidget.cpp @@ -2238,7 +2238,7 @@ void TEWidget::dropEvent(TQDropEvent* event) dropText += " "; m_drop->setItemEnabled(cd,false); } - KURL url = KIO::NetAccess::mostLocalURL( *it, 0 ); + KURL url = TDEIO::NetAccess::mostLocalURL( *it, 0 ); TQString tmp; if (url.isLocalFile()) { tmp = url.path(); // local URL : remove protocol. This helps "ln" & "cd" and doesn't harm the others -- cgit v1.2.3