summaryrefslogtreecommitdiff
path: root/examples/activeqt/menus/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/activeqt/menus/main.cpp')
-rw-r--r--examples/activeqt/menus/main.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/activeqt/menus/main.cpp b/examples/activeqt/menus/main.cpp
index 332f06d..6255e57 100644
--- a/examples/activeqt/menus/main.cpp
+++ b/examples/activeqt/menus/main.cpp
@@ -43,11 +43,11 @@
#include <QAxFactory>
QAXFACTORY_DEFAULT(QMenus,
- "{4dc3f340-a6f7-44e4-a79b-3e9217695fbd}",
- "{9ee49617-7d5c-441a-b833-4b068d40d751}",
- "{13eca64b-ee2a-4f3c-aa04-5d9d975979a7}",
- "{ce947ee3-0403-4fdc-895a-4fe779394b46}",
- "{8de435ce-8d2a-46ac-b3b3-cb800d0847c7}");
+ "{4dc3f340-a6f7-44e4-a79b-3e9217695fbd}",
+ "{9ee49617-7d5c-441a-b833-4b068d40d751}",
+ "{13eca64b-ee2a-4f3c-aa04-5d9d975979a7}",
+ "{ce947ee3-0403-4fdc-895a-4fe779394b46}",
+ "{8de435ce-8d2a-46ac-b3b3-cb800d0847c7}");
int main( int argc, char **argv )
{
@@ -55,8 +55,8 @@ int main( int argc, char **argv )
QWidget *window = 0;
if ( !QAxFactory::isServer() ) {
- window = new QMenus();
- window->show();
+ window = new QMenus();
+ window->show();
}
return a.exec();