diff options
Diffstat (limited to 'korganizer/koagenda.h')
-rw-r--r-- | korganizer/koagenda.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/koagenda.h b/korganizer/koagenda.h index d4a5fb298..d123f463f 100644 --- a/korganizer/koagenda.h +++ b/korganizer/koagenda.h @@ -198,7 +198,7 @@ class KOAgenda : public TQScrollView void droppedToDo( Todo*todo, const TQPoint &gpos, bool allDay ); void enableAgendaUpdate( bool enable ); - void zoomView( const int delta, const TQPoint &pos, const Qt::Orientation ); + void zoomView( const int delta, const TQPoint &pos, const TQt::Orientation ); void mousePosSignal(const TQPoint &pos); void enterAgenda(); |