-rw-r--r-- | libopie/otimepicker.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libopie/otimepicker.h b/libopie/otimepicker.h index 495c806..d501a95 100644 --- a/libopie/otimepicker.h +++ b/libopie/otimepicker.h @@ -25,15 +25,15 @@ class OTimePicker: public QWidget { public: OTimePicker(QWidget* parent = 0, const char* name = 0, WFlags fl = 0); - - public slots: + + public slots: void setHour(int h); void setMinute(int m); void setTime( const QTime& ); void setTime( int h, int m ); - + public: QTime time()const; private: @@ -55,9 +55,9 @@ class OTimePicker: public QWidget { }; /** * - * @short + * @short A small dialog to pick a time * @version 1.0 * @author Stefan Eilers */ |