summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-30 11:23:37 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-30 11:23:37 +0200
commitc896cc340d7e6e0878b3249c5792e6d88a12cf42 (patch)
treefd0a7a61ff1d07f301f2188de5cb6fa473134897 /src/mainwindow.h
parentA tiny improvement in the error page, showing a fat icon.. :) (diff)
downloadrekonq-c896cc340d7e6e0878b3249c5792e6d88a12cf42.tar.xz
A coding style round
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 7129de80..24648aa8 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -75,7 +75,7 @@ public:
WebTab *currentTab() const;
QAction *actionByName(const QString name);
virtual QSize sizeHint() const;
- virtual KActionCollection *actionCollection () const;
+ virtual KActionCollection *actionCollection() const;
void setWidgetsVisible(bool makeFullScreen);
void setZoomSliderFactor(qreal factor);
@@ -85,7 +85,7 @@ private:
void setupTools();
void setupToolbars();
void setupPanels();
-
+
public slots:
void homePage(Qt::MouseButtons = Qt::LeftButton, Qt::KeyboardModifiers = Qt::NoModifier);
@@ -100,7 +100,7 @@ public slots:
void notifyMessage(const QString &msg, Rekonq::Notify status = Rekonq::Info);
void printRequested(QWebFrame *frame = 0);
-
+
signals:
// switching tabs
void ctrlTabPressed();
@@ -172,7 +172,7 @@ private:
KAction *m_stopReloadAction;
KMenu *m_historyBackMenu;
KMenu *m_encodingMenu;
-
+
KToolBar *m_mainBar;
KToolBar *m_bmBar;