From e15a9f3a8da1907b26195a1833588fc86a9d50ca Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 17 Dec 2009 21:07:18 +0000 Subject: * respect the --select startup option * minor cleanups related to selecting items in general svn path=/trunk/KDE/kdebase/apps/; revision=1063329 --- src/dolphinapplication.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/dolphinapplication.h') 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 -#include 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); -- cgit v1.3