-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 @@ config LIBOPIE2UI boolean "libopie2ui (user interface related classes)" - default "n" + default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE comment "libopie2ui needs a libqpe and libopie2core" depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE) 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 @@ -10,50 +10,50 @@ .="- .-=="i, .._ License as published by the Free Software - . .-<_> .<> Foundation; either version 2 of the License, ._= =} : or (at your option) any later version. .%`+i> _;_. .i_,=:_. -<s. This program is distributed in the hope that + . -:. = it will be useful, but WITHOUT ANY WARRANTY; : .. .:, . . . without even the implied warranty of =_ + =;=|` MERCHANTABILITY or FITNESS FOR A _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU ..}^=.= = ; Library General Public License for more ++= -. .` .: details. : = ...= . :.=- -. .:....=;==+<; You should have received a copy of the GNU -_. . . )=. = Library General Public License along with -- :-=` this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef OTIMEPICKER_H #define OTIMEPICKER_H /* OPIE */ -#include <opie2/oclickablelabel.h> -#include <opie2/otimepickerbase.h> +#include "oclickablelabel.h" +#include "otimepickerbase.h" /* QT */ #include <qwidget.h> #include <qvaluelist.h> #include <qdatetime.h> #include <qdialog.h> namespace Opie { namespace Ui { /** * A class to pick time. It uses clickable labels * internally to allow a quick selection of a time. * A time can be selected by two clicks of a user * * @short A widget to quickly pick a QTime * @version 1.0 * @see QWidget * @see QTime * @author Hakan Ardo, Stefan Eilers */ class OTimePicker : public QWidget { |