summaryrefslogtreecommitdiff
authorzecke <zecke>2003-08-30 21:22:49 (UTC)
committer zecke <zecke>2003-08-30 21:22:49 (UTC)
commitf52226ebfac87af435c6c227e18a0fbcbdff41d8 (patch) (unidiff)
tree5ac880008770527e443d342c255d3b04f807c04e
parent1ac46a7eb18e8755891a489888d0b8bb71ef8455 (diff)
downloadopie-f52226ebfac87af435c6c227e18a0fbcbdff41d8.zip
opie-f52226ebfac87af435c6c227e18a0fbcbdff41d8.tar.gz
opie-f52226ebfac87af435c6c227e18a0fbcbdff41d8.tar.bz2
Fix the config.in
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--examples/main-tab/config.in8
-rw-r--r--examples/simple-icon/config.in8
-rw-r--r--examples/simple-main/config.in8
-rw-r--r--examples/simple/config.in8
4 files changed, 16 insertions, 16 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 @@
1CONFIG EXAMPLE_SIMPLE 1 config MAIN_TAB_EXAMPLE
2 boolean "Simple MainWindow with Central Widget Example" 2 boolean "Mainwindow with OTabWidget example"
3 default "n" 3 default "y"
4 depends (LIBQPE || LIBQPE-X11 ) && EXAMPLES \ No newline at end of file 4 depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIE
diff --git a/examples/simple-icon/config.in b/examples/simple-icon/config.in
index cd6a17a..ec5e1ee 100644
--- a/examples/simple-icon/config.in
+++ b/examples/simple-icon/config.in
@@ -1,4 +1,4 @@
1CONFIG EXAMPLE_SIMPLE 1 config SIMPLE_ICON
2 boolean "Simple Icon Loading and Sound Example" 2 boolean "Simples Widget which loads Pixmaps and plays sound"
3 default "n" 3 default "y"
4 depends (LIBQPE || LIBQPE-X11 ) && EXAMPLES \ No newline at end of file 4 depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES
diff --git a/examples/simple-main/config.in b/examples/simple-main/config.in
index 311e594..57cf603 100644
--- a/examples/simple-main/config.in
+++ b/examples/simple-main/config.in
@@ -1,4 +1,4 @@
1CONFIG EXAMPLE_SIMPLE 1 config SIMPLE_MAIN
2 boolean "Simple MainWindow Example" 2 boolean "Simple Mainwindow with Actions buttons and iconsets"
3 default "n" 3 default "y"
4 depends (LIBQPE || LIBQPE-X11 ) && EXAMPLES \ No newline at end of file 4 depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES
diff --git a/examples/simple/config.in b/examples/simple/config.in
index 3a1b265..47b2d7f 100644
--- a/examples/simple/config.in
+++ b/examples/simple/config.in
@@ -1,4 +1,4 @@
1CONFIG EXAMPLE_SIMPLE 1 config SIMPLE_EXAMPLE
2 boolean "Simple Example" 2 boolean "Simple widget with a button"
3 default "n" 3 default "y"
4 depends (LIBQPE || LIBQPE-X11 ) && EXAMPLES \ No newline at end of file 4 depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES