┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinapplication.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-05-16 19:37:31 +0000
committerPeter Penz <[email protected]>2007-05-16 19:37:31 +0000
commitdec19c1e771e216feddbc757ac14f9cb7bd4226a (patch)
tree1e20f8025ffacf924e80bcf47110dc9885d4696b /src/dolphinapplication.h
parentd78f3bcbc8c34e8162171357e69854bc735491d9 (diff)
fix for the fix for the fix [1]: assure that invoking Dolphin with remote URLs like "dolphin ftp://ftp.kde.org/" works too (thanks to David Faure)
[1] I hope this does not get a neverending story ;-) svn path=/trunk/KDE/kdebase/apps/; revision=665393
Diffstat (limited to 'src/dolphinapplication.h')
-rw-r--r--src/dolphinapplication.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphinapplication.h b/src/dolphinapplication.h
index 4ea91db83..982873e28 100644
--- a/src/dolphinapplication.h
+++ b/src/dolphinapplication.h
@@ -25,6 +25,7 @@
#include <kuniqueapplication.h>
class DolphinMainWindow;
+class KUrl;
/**
* @brief Holds the application data which can be accessed.
@@ -55,7 +56,7 @@ public:
virtual int newInstance();
public slots:
- int openWindow(const QString& url);
+ int openWindow(const KUrl& url);
protected:
/** Called by the DolphinMainWindow to deregister. */