diff options
author | Roland Wolf <ext-roland.wolf@nokia.com> | 2010-07-29 11:51:27 (GMT) |
---|---|---|
committer | Roland Wolf <ext-roland.wolf@nokia.com> | 2010-07-29 11:51:27 (GMT) |
commit | da7f8a556c122a31daa11f434d67c8bb96cbd5ec (patch) | |
tree | 28d906d034d20c9079cebb75d08bb60bc4d1b8d4 /examples/tutorials/modelview/7_selections/main.cpp | |
parent | 65642dd343bf61510117cd7e13f69e7138247932 (diff) | |
download | Qt-da7f8a556c122a31daa11f434d67c8bb96cbd5ec.zip Qt-da7f8a556c122a31daa11f434d67c8bb96cbd5ec.tar.gz Qt-da7f8a556c122a31daa11f434d67c8bb96cbd5ec.tar.bz2 |
moving over work from 28b49e42f5bddec2d62e957f158cb848da134db8
Diffstat (limited to 'examples/tutorials/modelview/7_selections/main.cpp')
-rwxr-xr-x[-rw-r--r--] | examples/tutorials/modelview/7_selections/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tutorials/modelview/7_selections/main.cpp b/examples/tutorials/modelview/7_selections/main.cpp index 7be212e..59e82ef 100644..100755 --- a/examples/tutorials/modelview/7_selections/main.cpp +++ b/examples/tutorials/modelview/7_selections/main.cpp @@ -39,12 +39,12 @@ ****************************************************************************/ #include <QtGui/QApplication> -#include "modelview.h" +#include "mainwindow.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); - ModelView w; + MainWindow w; w.show(); return a.exec(); } |