summaryrefslogtreecommitdiffstats
path: root/korganizer/kotodoview.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/kotodoview.h')
-rw-r--r--korganizer/kotodoview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/kotodoview.h b/korganizer/kotodoview.h
index 48777e58..a7728159 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 );