diff options
Diffstat (limited to 'korganizer/koagendaview.h')
-rw-r--r-- | korganizer/koagendaview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/korganizer/koagendaview.h b/korganizer/koagendaview.h index 25c1dd159..b55e92b9c 100644 --- a/korganizer/koagendaview.h +++ b/korganizer/koagendaview.h @@ -196,7 +196,8 @@ class KOAgendaView : public KOrg::AgendaView, public KCal::Calendar::Observer void zoomOutVertically( ); void zoomView( const int delta, const TQPoint &pos, - const Qt::Orientation orient=TQt::Horizontal ); + + const Qt::Orientation orient=Qt::Horizontal ); void clearTimeSpanSelection(); |