diff --git a/examples/dockwidgets/main.cpp b/examples/dockwidgets/main.cpp index 72003f75..0e84f481 100644 --- a/examples/dockwidgets/main.cpp +++ b/examples/dockwidgets/main.cpp @@ -83,7 +83,7 @@ int main(int argc, char **argv) parser.addOption(maximizeButton); #if defined(DOCKS_DEVELOPER_MODE) - QCommandLineOption noCentralFrame("c", QCoreApplication::translate("main", "No central frame")); + QCommandLineOption noCentralFrame("f", QCoreApplication::translate("main", "No central frame")); parser.addOption(noCentralFrame); #endif