┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinapplication.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-12-17 21:07:18 +0000
committerPeter Penz <[email protected]>2009-12-17 21:07:18 +0000
commite15a9f3a8da1907b26195a1833588fc86a9d50ca (patch)
treee140f643669f97e4e51ddbbe4c547e2b2a429e8e /src/dolphinapplication.h
parentd613313b064ce75b2537f3d0cf08b563ed915574 (diff)
* respect the --select startup option
* minor cleanups related to selecting items in general svn path=/trunk/KDE/kdebase/apps/; revision=1063329
Diffstat (limited to 'src/dolphinapplication.h')
-rw-r--r--src/dolphinapplication.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/dolphinapplication.h b/src/dolphinapplication.h
index af2006e7d..ff4aa390c 100644
--- a/src/dolphinapplication.h
+++ b/src/dolphinapplication.h
@@ -23,7 +23,6 @@
#define _DOLPHIN_APPLICATION_H
#include <kuniqueapplication.h>
-#include <kurl.h>
class DolphinMainWindow;
class KUrl;
@@ -56,11 +55,10 @@ public:
/** @see KUniqueApplication::newInstance(). */
virtual int newInstance();
-public slots:
- int openWindow(const KUrl& url);
- int openSplitWindow(const KUrl& leftUrl,const KUrl& rightUrl);
+ /** Interface implementation for D-Bus Interface. */
+ int openWindow(const QString& urlString);
-protected:
+private:
/** Called by the DolphinMainWindow to deregister. */
void removeMainWindow(DolphinMainWindow* mainWindow);