From b0a967eb693adc458fdf7d070379b8c1ec3e9415 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:25:21 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/gui/oscilloscopeview.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui/oscilloscopeview.cpp') diff --git a/src/gui/oscilloscopeview.cpp b/src/gui/oscilloscopeview.cpp index e42af21..b2535ae 100644 --- a/src/gui/oscilloscopeview.cpp +++ b/src/gui/oscilloscopeview.cpp @@ -47,8 +47,8 @@ OscilloscopeView::OscilloscopeView( TQWidget *parent, const char *name ) m_pSimulator( Simulator::self() ), m_halfOutputHeight(0.0) { - KGlobal::config()->setGroup("Oscilloscope"); - m_fps = KGlobal::config()->readNumEntry( "FPS", 25 ); + TDEGlobal::config()->setGroup("Oscilloscope"); + m_fps = TDEGlobal::config()->readNumEntry( "FPS", 25 ); setBackgroundMode(NoBackground); setMouseTracking(true); @@ -176,8 +176,8 @@ void OscilloscopeView::mouseReleaseEvent( TQMouseEvent *event ) void OscilloscopeView::slotSetFrameRate( int fps ) { m_fps = fps; - KGlobal::config()->setGroup("Oscilloscope"); - KGlobal::config()->writeEntry( "FPS", m_fps ); + TDEGlobal::config()->setGroup("Oscilloscope"); + TDEGlobal::config()->writeEntry( "FPS", m_fps ); } -- cgit v1.2.1