diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-01-18 02:18:29 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-01-18 02:18:29 +0100 |
commit | 93755c7a74614c795036d0830cf080b7e4ff5654 (patch) | |
tree | 9bf0b4760de346e58899cfede2dc2b99c478d4d3 /src/mainwindow.h | |
parent | Partially ported rekonq to KConfigXT technology.. (diff) | |
download | rekonq-93755c7a74614c795036d0830cf080b7e4ff5654.tar.xz |
m_tabWidget --> m_view
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
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; }; |