diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:33:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:33:36 -0600 |
commit | 3c5631f74d1c75204f950140331e10f739082ee9 (patch) | |
tree | a2811ff6c81d3c771745cde47734e65b1da3d806 /kpovmodeler/pmshell.cpp | |
parent | 6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef (diff) | |
download | tdegraphics-3c5631f74d1c75204f950140331e10f739082ee9.tar.gz tdegraphics-3c5631f74d1c75204f950140331e10f739082ee9.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kpovmodeler/pmshell.cpp')
-rw-r--r-- | kpovmodeler/pmshell.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpovmodeler/pmshell.cpp b/kpovmodeler/pmshell.cpp index fe7e8f6d..13148682 100644 --- a/kpovmodeler/pmshell.cpp +++ b/kpovmodeler/pmshell.cpp @@ -73,7 +73,7 @@ PMShell::PMShell( const KURL& url ) m_pStatusBar->insertItem( " ", c_statusBarInfo, 1 ); m_pStatusBar->insertItem( "" , c_statusBarControlPoints ); - KConfig* config = instance( )->config( ); + TDEConfig* config = instance( )->config( ); config->setGroup( "Appearance" ); applyMainWindowSettings( config ); @@ -558,7 +558,7 @@ void PMShell::updateGUI( ) void PMShell::saveOptions( ) { kdDebug( PMArea ) << "Saving configuration" << endl; - KConfig* config = TDEGlobal::config( ); + TDEConfig* config = TDEGlobal::config( ); // set group config->setGroup( "Appearance" ); @@ -574,7 +574,7 @@ void PMShell::saveOptions( ) void PMShell::restoreOptions( ) { - KConfig* config = instance( )->config( ); + TDEConfig* config = instance( )->config( ); // set group config->setGroup( "Appearance" ); |