summaryrefslogtreecommitdiffstats
path: root/examples/help/contextsensitivehelp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/help/contextsensitivehelp/main.cpp')
-rw-r--r--examples/help/contextsensitivehelp/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/help/contextsensitivehelp/main.cpp b/examples/help/contextsensitivehelp/main.cpp
index d58d2884e..7fad8a427 100644
--- a/examples/help/contextsensitivehelp/main.cpp
+++ b/examples/help/contextsensitivehelp/main.cpp
@@ -44,7 +44,7 @@
int main(int argc, char *argv[])
{
- QApplication a(argc, argv);
+ QApplication a(argc, argv);
WateringConfigDialog dia;
return dia.exec();
}