diff options
Diffstat (limited to 'korganizer/kotodoview.h')
-rw-r--r-- | korganizer/kotodoview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/kotodoview.h b/korganizer/kotodoview.h index 48777e588..a7728159e 100644 --- a/korganizer/kotodoview.h +++ b/korganizer/kotodoview.h @@ -132,8 +132,8 @@ class KOTodoView : public KOrg::BaseView void setDocumentId( const TQString & ); - void saveLayout( KConfig *config, const TQString &group ) const; - void restoreLayout( KConfig *config, const TQString &group ); + void saveLayout( TDEConfig *config, const TQString &group ) const; + void restoreLayout( TDEConfig *config, const TQString &group ); /** Create a popup menu to set categories */ TQPopupMenu *getCategoryPopupMenu( KOTodoViewItem *todoItem ); void setIncidenceChanger( IncidenceChangerBase *changer ); |