diff options
Diffstat (limited to 'kplato')
-rw-r--r-- | kplato/kptdatetable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptdatetable.cpp b/kplato/kptdatetable.cpp index ea8e16af..7184350e 100644 --- a/kplato/kptdatetable.cpp +++ b/kplato/kptdatetable.cpp @@ -90,7 +90,7 @@ DateTable::DateTable(TQWidget *parent, TQDate date_, const char* name, WFlags f) kdError() <<k_funcinfo<<"Given date is invalid, using current date." << endl; date_=TQDate::currentDate(); } - setFocusPolicy( TQ_StrongFocus ); + setFocusPolicy( TQWidget::StrongFocus ); setNumCols(7+m_dateStartCol); // 7 days a week + maybe 1 for weeknumbers setNumRows(7); // 6 weeks max + headline |