summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-01-18 02:18:29 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-01-18 02:18:29 +0100
commit93755c7a74614c795036d0830cf080b7e4ff5654 (patch)
tree9bf0b4760de346e58899cfede2dc2b99c478d4d3 /src/mainwindow.h
parentPartially ported rekonq to KConfigXT technology.. (diff)
downloadrekonq-93755c7a74614c795036d0830cf080b7e4ff5654.tar.xz
m_tabWidget --> m_view
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index e666e405..816597ee 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -127,7 +127,7 @@ private:
QString m_lastSearch;
- MainView *m_tabWidget;
+ MainView *m_view;
QString m_homePage;
};