┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontroller.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-06-06 20:32:03 +0000
committerPeter Penz <[email protected]>2007-06-06 20:32:03 +0000
commit5de9950182b5a1b0b99e4cc51e48d4d83b6bef24 (patch)
tree923bfc5da3d15bda30169519074c76f0d2bd75c6 /src/dolphincontroller.h
parentdb7d239632009906b9a8cfb24cb799fee7fb0306 (diff)
start to simplify the DolphinController as preparation for the kparts DolphinViewWidget (as discussed with David)
svn path=/trunk/KDE/kdebase/apps/; revision=672357
Diffstat (limited to 'src/dolphincontroller.h')
-rw-r--r--src/dolphincontroller.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dolphincontroller.h b/src/dolphincontroller.h
index 1f277e133..ccf4e4879 100644
--- a/src/dolphincontroller.h
+++ b/src/dolphincontroller.h
@@ -101,8 +101,6 @@ public slots:
*/
void emitViewportEntered();
- void indicateSelectionChange();
-
signals:
/**
* Is emitted if a context menu should be opened.
@@ -163,9 +161,6 @@ signals:
* the viewport. */
void viewportEntered();
- /** Is emitted if the selection has been changed by the user. */
- void selectionChanged();
-
/** Is emitted if the view should zoom in. */
void zoomIn();