diff options
author | Slávek Banko <[email protected]> | 2016-03-26 12:41:49 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-03-26 14:15:13 +0100 |
commit | ea0a6815c10291d1ae30029f5183e3eaaf838fda (patch) | |
tree | e522c735ad703edee863c5d490f519f9cf713120 /part/kxeconfiguration.h | |
parent | 38dca4b75c471ddf950e2f9f03801c550d7d26fd (diff) | |
download | kxmleditor-ea0a6815c10291d1ae30029f5183e3eaaf838fda.tar.gz kxmleditor-ea0a6815c10291d1ae30029f5183e3eaaf838fda.zip |
Initial TDE conversion
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'part/kxeconfiguration.h')
-rw-r--r-- | part/kxeconfiguration.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/part/kxeconfiguration.h b/part/kxeconfiguration.h index a0569c8..44acfe7 100644 --- a/part/kxeconfiguration.h +++ b/part/kxeconfiguration.h @@ -26,7 +26,7 @@ class KXENewFileSettings; class KXEPrintSettings; class KXEArchiveExtsSettings; -class KConfig; +class TDEConfig; class KDialogBase; /** @@ -57,19 +57,19 @@ class KXEConfiguration : public TQObject ~KXEConfiguration(); /** - * Stores all configuration to the given @ref KConfig object by + * Stores all configuration to the given @ref TDEConfig object by * using @ref KXESettings's @ref store function. - * If no @ref KConfig object is given, @ref KGlobal::config is + * If no @ref TDEConfig object is given, @ref TDEGlobal::config is * used. */ - void store( KConfig * pConfig = 0 ) const; + void store( TDEConfig * pConfig = 0 ) const; /** - * Restores all configuration from the given @ref KConfig object + * Restores all configuration from the given @ref TDEConfig object * by using @ref KXESettings's @ref restore function. - * If no @ref KConfig object is given, @ref KGlobal::config is + * If no @ref TDEConfig object is given, @ref TDEGlobal::config is * used. */ - void restore( KConfig * pConfig = 0 ); + void restore( TDEConfig * pConfig = 0 ); /** * Shows the configuration dialog. * If there is no one yet, it is created by. |