summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorJohannes Tröscher <fritz_van_tom@hotmail.com>2011-09-13 19:49:31 +0200
committerJohannes Tröscher <fritz_van_tom@hotmail.com>2011-09-13 19:49:31 +0200
commit67f7e374770103d1556cca48e907b3cbff6ac491 (patch)
treeb47a60d29cfbd540d3fa45eab0db26af154a8b97 /src/mainwindow.h
parentload clipboard url on middle-click if autoscroll is disabled (diff)
parentFix close & session (diff)
downloadrekonq-67f7e374770103d1556cca48e907b3cbff6ac491.tar.xz
Merge branch 'master' of git.kde.org:rekonq
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index c2654a93..3144222b 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -115,6 +115,8 @@ public Q_SLOTS:
void changeWindowIcon(int index);
+ bool close();
+
Q_SIGNALS:
// switching tabs
void ctrlTabPressed();
@@ -123,7 +125,7 @@ Q_SIGNALS:
void triggerPartPrint();
void triggerPartFind();
- void lastWindowClosed();
+ void windowClosing();
protected Q_SLOTS:
void saveNewToolbarConfig();
@@ -138,7 +140,6 @@ protected:
void moveEvent(QMoveEvent *event);
void resizeEvent(QResizeEvent *event);
bool event(QEvent *event);
- bool queryClose();
void finalizeGUI(KXMLGUIClient *client);
private Q_SLOTS: