-rw-r--r-- | libopie2/opieui/config.in | 2 | ||||
-rw-r--r-- | libopie2/opieui/otimepicker.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libopie2/opieui/config.in b/libopie2/opieui/config.in index d40b5d9..9d157a5 100644 --- a/libopie2/opieui/config.in +++ b/libopie2/opieui/config.in | |||
@@ -1,7 +1,7 @@ | |||
1 | config LIBOPIE2UI | 1 | config LIBOPIE2UI |
2 | boolean "libopie2ui (user interface related classes)" | 2 | boolean "libopie2ui (user interface related classes)" |
3 | default "n" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
5 | comment "libopie2ui needs a libqpe and libopie2core" | 5 | comment "libopie2ui needs a libqpe and libopie2core" |
6 | depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE) | 6 | depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE) |
7 | 7 | ||
diff --git a/libopie2/opieui/otimepicker.h b/libopie2/opieui/otimepicker.h index fb20781..894fbef 100644 --- a/libopie2/opieui/otimepicker.h +++ b/libopie2/opieui/otimepicker.h | |||
@@ -30,10 +30,10 @@ | |||
30 | #ifndef OTIMEPICKER_H | 30 | #ifndef OTIMEPICKER_H |
31 | #define OTIMEPICKER_H | 31 | #define OTIMEPICKER_H |
32 | 32 | ||
33 | /* OPIE */ | 33 | /* OPIE */ |
34 | #include <opie2/oclickablelabel.h> | 34 | #include "oclickablelabel.h" |
35 | #include <opie2/otimepickerbase.h> | 35 | #include "otimepickerbase.h" |
36 | 36 | ||
37 | /* QT */ | 37 | /* QT */ |
38 | #include <qwidget.h> | 38 | #include <qwidget.h> |
39 | #include <qvaluelist.h> | 39 | #include <qvaluelist.h> |