summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile/kopenwith.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdefile/kopenwith.cpp')
-rw-r--r--tdeio/tdefile/kopenwith.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/kopenwith.cpp b/tdeio/tdefile/kopenwith.cpp
index 0633b7f07..8124db5e5 100644
--- a/tdeio/tdefile/kopenwith.cpp
+++ b/tdeio/tdefile/kopenwith.cpp
@@ -563,7 +563,7 @@ void KOpenWithDlg::slotHighlighted( const TQString& _name, const TQString& _exec
// Look up by desktop path first, to avoid returning wrong results in case multiple .desktop files
// contain the same name for different services (such as Konsole)
// Try by name only if first search fails (this should never happen normally)
- d->curService = KService::serviceByDesktopPath( _desktopPath )
+ d->curService = KService::serviceByDesktopPath( _desktopPath );
if (!d->curService)
{
d->curService = KService::serviceByName( qName );