summaryrefslogtreecommitdiffstats
path: root/kplato/kptcalendareditbase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptcalendareditbase.cpp')
-rw-r--r--kplato/kptcalendareditbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptcalendareditbase.cpp b/kplato/kptcalendareditbase.cpp
index c30d11dc1..487523aba 100644
--- a/kplato/kptcalendareditbase.cpp
+++ b/kplato/kptcalendareditbase.cpp
@@ -69,7 +69,7 @@ CalendarEditBase::CalendarEditBase( TQWidget* parent, const char* name, WFlags f
layout8 = new TQHBoxLayout( 0, 0, 6, "layout8");
- state = new TQComboBox( FALSE, day, "state" );
+ state = new TQComboBox( false, day, "state" );
layout8->addWidget( state );
bApply = new TQPushButton( day, "bApply" );