summaryrefslogtreecommitdiff
path: root/libopie/otimepicker.h
Unidiff
Diffstat (limited to 'libopie/otimepicker.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/otimepicker.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libopie/otimepicker.h b/libopie/otimepicker.h
index 6a9e040..8df7d10 100644
--- a/libopie/otimepicker.h
+++ b/libopie/otimepicker.h
@@ -63,12 +63,15 @@ class OTimePicker: public QWidget {
63 63
64class OTimePickerDialog: public OTimePickerDialogBase { 64class OTimePickerDialog: public OTimePickerDialogBase {
65 Q_OBJECT 65 Q_OBJECT
66 66
67 public: 67 public:
68 OTimePickerDialog ( QWidget* parent = 0, const char* name = NULL, WFlags fl = 0 ); 68 OTimePickerDialog ( QWidget* parent = 0, const char* name = NULL, WFlags fl = 0 );
69 /**
70 * @todo make it non line! See KDE guide for BC
71 */
69 ~OTimePickerDialog() { }; 72 ~OTimePickerDialog() { };
70 73
71 QTime time()const; 74 QTime time()const;
72 75
73 public slots: 76 public slots:
74 void setTime( const QTime& time ); 77 void setTime( const QTime& time );