diff options
Diffstat (limited to 'part/kxenewfilesettings.h')
-rw-r--r-- | part/kxenewfilesettings.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/part/kxenewfilesettings.h b/part/kxenewfilesettings.h index 647f080..e53f4a0 100644 --- a/part/kxenewfilesettings.h +++ b/part/kxenewfilesettings.h @@ -57,7 +57,7 @@ class KXENewFileSettings : public KXESettings * @ref m_pDialogPage), stores this value to the given config.file * and emits the signal @ref KXESettings::sigChanged. */ - void setNewFileCreaBehav( NewFileCreationBehaviour, KConfig * ); + void setNewFileCreaBehav( NewFileCreationBehaviour, TDEConfig * ); /** * Derived from @ref KXESettings @@ -81,11 +81,11 @@ class KXENewFileSettings : public KXESettings /** * Derived from @ref KXESettings */ - virtual void write( KConfig * ) const; + virtual void write( TDEConfig * ) const; /** * Derived from @ref KXESettings */ - virtual void read( const KConfig * ); + virtual void read( const TDEConfig * ); /** * Derived from @ref KXESettings */ |