From ea0a6815c10291d1ae30029f5183e3eaaf838fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 26 Mar 2016 12:41:49 +0100 Subject: Initial TDE conversion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- part/kxeconfiguration.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'part/kxeconfiguration.h') 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. -- cgit v1.2.1