summaryrefslogtreecommitdiffstats
path: root/kio
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-04-30 18:27:18 +0900
committerSlávek Banko <slavek.banko@axis.cz>2018-04-30 11:57:39 +0200
commit8f7b2d1f6d50d68d169a4105bbbe695cf680a715 (patch)
treedf202bf10dd9c89ba51055329689a0de6fec4faa /kio
parent9660b501112de866241eca33f1bfe07d3aeaac52 (diff)
downloadtdelibs-8f7b2d1f6d50d68d169a4105bbbe695cf680a715.tar.gz
tdelibs-8f7b2d1f6d50d68d169a4105bbbe695cf680a715.zip
Fix previous commit typo.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c18840c76f3cadeff5f1279f1ea8c1920194ea6e)
Diffstat (limited to 'kio')
-rw-r--r--kio/kfile/kopenwith.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kfile/kopenwith.cpp b/kio/kfile/kopenwith.cpp
index 54d157f98..0f296db3a 100644
--- a/kio/kfile/kopenwith.cpp
+++ b/kio/kfile/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 );