┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/statusbar/dolphinstatusbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/statusbar/dolphinstatusbar.h')
-rw-r--r--src/statusbar/dolphinstatusbar.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/statusbar/dolphinstatusbar.h b/src/statusbar/dolphinstatusbar.h
index 56244001b..7d56746f6 100644
--- a/src/statusbar/dolphinstatusbar.h
+++ b/src/statusbar/dolphinstatusbar.h
@@ -137,9 +137,8 @@ private slots:
*/
void setZoomLevel(int zoomLevel);
- void zoomOut();
- void zoomIn();
void showZoomSliderToolTip(int zoomLevel);
+ void slotZoomLevelChanged(int current, int previous);
void updateProgressInfo();
@@ -163,10 +162,7 @@ private:
KonqStatusBarMessageLabel* m_messageLabel;
StatusBarSpaceInfo* m_spaceInfo;
- QWidget* m_zoomWidget;
- QToolButton* m_zoomOut;
QSlider* m_zoomSlider;
- QToolButton* m_zoomIn;
QLabel* m_progressText;
QProgressBar* m_progressBar;