summaryrefslogtreecommitdiffstats
path: root/src/knemod/signalplotter.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:08:37 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:08:37 -0600
commitb6f3912adcfbbeea3415c287426bd771cd9170b9 (patch)
tree14ae73178ff71950cd4c6452add8394a13b62afa /src/knemod/signalplotter.cpp
parented6b24997e06a9a14d0f47cfbfafdd2473cf856d (diff)
downloadknemo-b6f3912adcfbbeea3415c287426bd771cd9170b9.tar.gz
knemo-b6f3912adcfbbeea3415c287426bd771cd9170b9.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/knemod/signalplotter.cpp')
-rw-r--r--src/knemod/signalplotter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/knemod/signalplotter.cpp b/src/knemod/signalplotter.cpp
index aa7c1f1..566c7f0 100644
--- a/src/knemod/signalplotter.cpp
+++ b/src/knemod/signalplotter.cpp
@@ -77,7 +77,7 @@ SignalPlotter::SignalPlotter( TQWidget *parent, const char *name )
mBackgroundColor = TQColor( 0x313031 );
// Restore window size and position.
- KConfig* config = new KConfig( "knemorc", false );
+ TDEConfig* config = new TDEConfig( "knemorc", false );
if ( config->hasGroup( "Interface_" + mName ) )
{
config->setGroup( "Interface_" + mName );
@@ -100,7 +100,7 @@ SignalPlotter::~SignalPlotter()
delete [] p;
// Store window size and position.
- KConfig* config = new KConfig( "knemorc", false );
+ TDEConfig* config = new TDEConfig( "knemorc", false );
if ( config->hasGroup( "Interface_" + mName ) )
{
config->setGroup( "Interface_" + mName );