branch | GCC_SURGE |
changeset 37 | c20154ccf3c0 |
parent 35 | 98924d2efce9 |
--- a/filebrowser/ui/src/main.cpp Fri Jun 11 16:29:34 2010 +0100 +++ b/filebrowser/ui/src/main.cpp Thu Jul 22 16:33:59 2010 +0100 @@ -18,13 +18,13 @@ #include <HbApplication> #include <HbMainWindow> -#include "filebrowsermainwindow.h" +#include "fbmainwindow.h" int main(int argc, char *argv[]) { HbApplication app(argc, argv); - FileBrowserMainWindow window; + FbMainWindow window; window.init(); int result = app.exec();