diff options
Diffstat (limited to 'knotes/knotealarmdlg.cpp')
-rw-r--r-- | knotes/knotealarmdlg.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/knotes/knotealarmdlg.cpp b/knotes/knotealarmdlg.cpp index ef71c0f51..2652af633 100644 --- a/knotes/knotealarmdlg.cpp +++ b/knotes/knotealarmdlg.cpp @@ -70,7 +70,8 @@ KNoteAlarmDlg::KNoteAlarmDlg( const TQString& caption, TQWidget *parent, const c TQLabel *in_min = new TQLabel( i18n("hours/minutes"), in ); label_in->setEnabled( false ); // TODO - + in->hide(); //show it and enable it when feature will implement + connect( m_buttons, TQT_SIGNAL(clicked( int )), TQT_SLOT(slotButtonChanged( int )) ); } |