summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorBenjamin Poulain <ikipou@gmail.com>2010-11-13 16:41:52 +0100
committerBenjamin Poulain <benjamin.poulain@nokia.com>2010-11-20 18:52:59 +0100
commitddf453cfbf79d0bceccc109d3f46ac66fb18b113 (patch)
treeed5ee8ed8a16bdee57642455794be3da2af61ddc /src/mainview.h
parentUpdate the name of WebTab attributes to follow the conventions (diff)
downloadrekonq-ddf453cfbf79d0bceccc109d3f46ac66fb18b113.tar.xz
Update the name of MainView attribute to follow the conventions
Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainview.h b/src/mainview.h
index 29162dd1..22a3a46e 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -68,7 +68,7 @@ public:
MainView(MainWindow *parent);
~MainView();
- inline StackedUrlBar *widgetBar() const { return _widgetBar; }
+ inline StackedUrlBar *widgetBar() const { return m_widgetBar; }
UrlBar *urlBar() const;
WebTab *webTab(int index) const;
@@ -177,7 +177,7 @@ private:
// --------------------------------------------------------------------------
- StackedUrlBar *_widgetBar;
+ StackedUrlBar *m_widgetBar;
QString m_loadingGitPath;