summaryrefslogtreecommitdiffstats
path: root/part/kxenewfilesettings.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-03-26 12:41:49 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-26 14:15:13 +0100
commitea0a6815c10291d1ae30029f5183e3eaaf838fda (patch)
treee522c735ad703edee863c5d490f519f9cf713120 /part/kxenewfilesettings.h
parent38dca4b75c471ddf950e2f9f03801c550d7d26fd (diff)
downloadkxmleditor-ea0a6815c10291d1ae30029f5183e3eaaf838fda.tar.gz
kxmleditor-ea0a6815c10291d1ae30029f5183e3eaaf838fda.zip
Initial TDE conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'part/kxenewfilesettings.h')
-rw-r--r--part/kxenewfilesettings.h6
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
*/