┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorLukáš Tinkl <[email protected]>2014-10-21 00:27:42 +0200
committerLukáš Tinkl <[email protected]>2014-10-21 00:28:58 +0200
commitd9d7926c49c097fd1f5b72576e2c84c3989e89e7 (patch)
tree51a940eff3b2ade2e5806d0a367ccfc252e1ad9a /src/dolphinmainwindow.h
parent3c74d908de8efc8e2578a69b528370c40bae7ca4 (diff)
port Konqueror from KUrl to QUrl
REVIEW: 120650
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index 0505037ce..893394abc 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -76,14 +76,14 @@ public:
* Opens each directory in \p dirs in a separate tab. If the "split view"
* option is enabled, 2 directories are collected within one tab.
*/
- void openDirectories(const QList<KUrl>& dirs);
+ void openDirectories(const QList<QUrl> &dirs);
/**
* Opens the directory which contains the files \p files
* and selects all files (implements the --select option
* of Dolphin).
*/
- void openFiles(const QList<KUrl>& files);
+ void openFiles(const QList<QUrl>& files);
/**
* Returns the 'Create New...' sub menu which also can be shared