-rw-r--r-- | examples/main-tab/config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/main-tab/config.in b/examples/main-tab/config.in index da50c37..e021d59 100644 --- a/examples/main-tab/config.in +++ b/examples/main-tab/config.in @@ -1,4 +1,4 @@ -CONFIG EXAMPLE_SIMPLE - boolean "Simple MainWindow with Central Widget Example" - default "n" - depends (LIBQPE || LIBQPE-X11 ) && EXAMPLES
\ No newline at end of file + config MAIN_TAB_EXAMPLE + boolean "Mainwindow with OTabWidget example" + default "y" + depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIE |