summaryrefslogtreecommitdiffstats
path: root/knotes/knotealarmdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knotes/knotealarmdlg.cpp')
-rw-r--r--knotes/knotealarmdlg.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/knotes/knotealarmdlg.cpp b/knotes/knotealarmdlg.cpp
index ef71c0f5..2652af63 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 )) );
}