summaryrefslogtreecommitdiffstats
path: root/examples/tools/regexp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/regexp/main.cpp')
-rw-r--r--examples/tools/regexp/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tools/regexp/main.cpp b/examples/tools/regexp/main.cpp
index 767fb2fd67..6eb4639886 100644
--- a/examples/tools/regexp/main.cpp
+++ b/examples/tools/regexp/main.cpp
@@ -47,5 +47,5 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
RegExpDialog dialog;
dialog.show();
- return dialog.exec();
+ return app.exec();
}