-rw-r--r-- | examples/applet/config.in | 2 | ||||
-rw-r--r-- | examples/main-tab/config.in | 2 | ||||
-rw-r--r-- | examples/todayplugin/config.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/applet/config.in b/examples/applet/config.in index c3fb6dd..840333e 100644 --- a/examples/applet/config.in +++ b/examples/applet/config.in @@ -1,4 +1,4 @@ config APPLET_EXAMPLE boolean "Taskbar Applet Example" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIEUI2 &&EXAMPLES + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI &&EXAMPLES diff --git a/examples/main-tab/config.in b/examples/main-tab/config.in index 3a67bcb..a40df56 100644 --- a/examples/main-tab/config.in +++ b/examples/main-tab/config.in @@ -1,4 +1,4 @@ config MAIN_TAB_EXAMPLE boolean "Mainwindow with OTabWidget example" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIEUI2 + depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIE2UI diff --git a/examples/todayplugin/config.in b/examples/todayplugin/config.in index 0a6a573..b860cb2 100644 --- a/examples/todayplugin/config.in +++ b/examples/todayplugin/config.in @@ -1,5 +1,5 @@ config TODAY_EXAMPLE boolean "Opie-Today Plugin Example" default "n" - depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIEUI2 + depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIE2UI |