]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphintabwidget.h
port Konqueror from KUrl to QUrl
[dolphin.git] / src / dolphintabwidget.h
index 98bcd985abc37cdd3657da8a4f47b73794da245a..c5ab8c2601c476231d307f493275564dfdb926ed 100644 (file)
@@ -95,20 +95,20 @@ public slots:
      * Opens a new tab in the background showing the URL \a primaryUrl and the
      * optional URL \a secondaryUrl.
      */
-    void openNewTab(const KUrl& primaryUrl, const KUrl& secondaryUrl = KUrl());
+    void openNewTab(const QUrl &primaryUrl, const QUrl &secondaryUrl = KUrl());
 
     /**
      * 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);
 
     /**
      * Closes the currently active tab.
@@ -187,4 +187,4 @@ private:
     bool m_placesSelectorVisible;
 };
 
-#endif
\ No newline at end of file
+#endif