summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmshell.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:45:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:45:52 -0600
commit6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef (patch)
tree44659d1cc0c37eb995e572bc1b979e75a74210fb /kpovmodeler/pmshell.cpp
parente2385b701b464dc2259fcd5f3819c98f2c8c4438 (diff)
downloadtdegraphics-6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef.tar.gz
tdegraphics-6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kpovmodeler/pmshell.cpp')
-rw-r--r--kpovmodeler/pmshell.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kpovmodeler/pmshell.cpp b/kpovmodeler/pmshell.cpp
index fd0c5a73..fe7e8f6d 100644
--- a/kpovmodeler/pmshell.cpp
+++ b/kpovmodeler/pmshell.cpp
@@ -531,7 +531,7 @@ void PMShell::slotSettings( )
void PMShell::slotConfigureToolbars( )
{
- saveMainWindowSettings( KGlobal::config( ), "Appearance" );
+ saveMainWindowSettings( TDEGlobal::config( ), "Appearance" );
KEditToolbar dlg( factory( ) );
connect( &dlg, TQT_SIGNAL( newToolbarConfig( ) ),
this, TQT_SLOT( slotNewToolbarConfig( ) ) );
@@ -543,22 +543,22 @@ void PMShell::slotNewToolbarConfig( )
createGUI( 0 );
createShellGUI( false );
createGUI( m_pPart );
- applyMainWindowSettings( KGlobal::config( ), "Appearance" );
+ applyMainWindowSettings( TDEGlobal::config( ), "Appearance" );
}
void PMShell::updateGUI( )
{
- saveMainWindowSettings( KGlobal::config( ), "Appearance" );
+ saveMainWindowSettings( TDEGlobal::config( ), "Appearance" );
createGUI( 0 );
createShellGUI( false );
createGUI( m_pPart );
- applyMainWindowSettings( KGlobal::config( ), "Appearance" );
+ applyMainWindowSettings( TDEGlobal::config( ), "Appearance" );
}
void PMShell::saveOptions( )
{
kdDebug( PMArea ) << "Saving configuration" << endl;
- KConfig* config = KGlobal::config( );
+ KConfig* config = TDEGlobal::config( );
// set group
config->setGroup( "Appearance" );