summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmview.cpp')
-rw-r--r--kpovmodeler/pmview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmview.cpp b/kpovmodeler/pmview.cpp
index 2fcd7eb2..a774aa28 100644
--- a/kpovmodeler/pmview.cpp
+++ b/kpovmodeler/pmview.cpp
@@ -88,7 +88,7 @@ void PMView::print( TQPrinter* pPrinter )
printpainter.end( );
}
-void PMView::saveConfig( KConfig* cfg )
+void PMView::saveConfig( TDEConfig* cfg )
{
cfg->setGroup( "Appearance" );
@@ -96,7 +96,7 @@ void PMView::saveConfig( KConfig* cfg )
cfg->writeEntry( "TreeEditSplitter", m_pTreeEditSplitter->sizes( ) );
}
-void PMView::restoreConfig( KConfig* cfg )
+void PMView::restoreConfig( TDEConfig* cfg )
{
cfg->setGroup( "Appearance" );