summaryrefslogtreecommitdiffstats
path: root/src/canvasmanipulator.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:25:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:25:21 -0600
commitb0a967eb693adc458fdf7d070379b8c1ec3e9415 (patch)
tree69fa22da8d08920ca8b1049861711e77a55512b9 /src/canvasmanipulator.cpp
parenta19dd7fc8e64bebb22b87a2d3a9a2601b662b35d (diff)
downloadktechlab-b0a967eb693adc458fdf7d070379b8c1ec3e9415.tar.gz
ktechlab-b0a967eb693adc458fdf7d070379b8c1ec3e9415.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/canvasmanipulator.cpp')
-rw-r--r--src/canvasmanipulator.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/canvasmanipulator.cpp b/src/canvasmanipulator.cpp
index 8fef847..8746333 100644
--- a/src/canvasmanipulator.cpp
+++ b/src/canvasmanipulator.cpp
@@ -48,8 +48,8 @@ CMManager::CMManager( ItemDocument *itemDocument )
m_allowItemScrollTmr = new TQTimer(this);
connect( m_allowItemScrollTmr, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotAllowItemScroll()) );
- KGlobal::config()->setGroup("General");
- slotSetManualRoute( KGlobal::config()->readBoolEntry( "ManualRouting", false ) );
+ TDEGlobal::config()->setGroup("General");
+ slotSetManualRoute( TDEGlobal::config()->readBoolEntry( "ManualRouting", false ) );
}
@@ -336,8 +336,8 @@ void CMManager::setDrawAction( int drawAction )
void CMManager::slotSetManualRoute( bool manualRoute )
{
- KGlobal::config()->setGroup("General");
- KGlobal::config()->writeEntry( "ManualRouting", manualRoute );
+ TDEGlobal::config()->setGroup("General");
+ TDEGlobal::config()->writeEntry( "ManualRouting", manualRoute );
setCMState( cms_manual_route, manualRoute );
}