summaryrefslogtreecommitdiffstats
path: root/part/kxeprintsettings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'part/kxeprintsettings.cpp')
-rw-r--r--part/kxeprintsettings.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/part/kxeprintsettings.cpp b/part/kxeprintsettings.cpp
index 61451fe..b09f280 100644
--- a/part/kxeprintsettings.cpp
+++ b/part/kxeprintsettings.cpp
@@ -18,9 +18,9 @@
#include "kxeprintsettings.h"
#include "kxeprintsettingspage.h"
-#include <klocale.h>
-#include <kconfig.h>
-#include <kfontcombo.h>
+#include <tdelocale.h>
+#include <tdeconfig.h>
+#include <tdefontcombo.h>
#include <tqframe.h>
#include <tqspinbox.h>
@@ -54,7 +54,7 @@ KXEPrintSettings::KXEPrintSettings( TQObject * pParent, const char * pszName )
}
-void KXEPrintSettings::write( KConfig * pConfig ) const
+void KXEPrintSettings::write( TDEConfig * pConfig ) const
{
pConfig->writeEntry( CONF_ENTRY_NAME_FONTFAMILY, m_strFontFamily );
pConfig->writeEntry( CONF_ENTRY_NAME_FONTSIZE, m_iFontSize );
@@ -64,7 +64,7 @@ void KXEPrintSettings::write( KConfig * pConfig ) const
}
-void KXEPrintSettings::read( const KConfig * pConfig )
+void KXEPrintSettings::read( const TDEConfig * pConfig )
{
m_strFontFamily = pConfig->readEntry( CONF_ENTRY_NAME_FONTFAMILY, DFLT_VALUE_FONTFAMILY );
m_iFontSize = pConfig->readNumEntry( CONF_ENTRY_NAME_FONTSIZE, DFLT_VALUE_FONTSIZE );