summaryrefslogtreecommitdiffstats
path: root/snowshoe.pro
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@openbossa.org>2011-07-18 08:22:21 -0300
committerAlexis Menard <alexis.menard@openbossa.org>2011-07-18 08:28:42 -0300
commitd5d3ecaab43001140814f5a90f0066627f886b0a (patch)
tree4a148929e38045ca791be78eeefc57cde66aaec4 /snowshoe.pro
parentdb207b5cfc677e47efef20b06d76646f598dff3b (diff)
Rename PageWidget in MainView.
The name is more appropriate, it's not one object per page but just one object for the entire application. Reviewed-by: Igor Oliveira
Diffstat (limited to 'snowshoe.pro')
-rw-r--r--snowshoe.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/snowshoe.pro b/snowshoe.pro
index 4e9417a..ad6de8a 100644
--- a/snowshoe.pro
+++ b/snowshoe.pro
@@ -6,12 +6,12 @@ QT += declarative
SOURCES += \
main.cpp \
BrowserWindow.cpp \
- PageWidget.cpp \
+ MainView.cpp \
DeclarativeDesktopWebView.cpp
HEADERS += \
BrowserWindow.h \
- PageWidget.h \
+ MainView.h \
DeclarativeDesktopWebView.h
RESOURCES += \