summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui/ksgrd/StyleEngine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksysguard/gui/ksgrd/StyleEngine.cc')
-rw-r--r--ksysguard/gui/ksgrd/StyleEngine.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysguard/gui/ksgrd/StyleEngine.cc b/ksysguard/gui/ksgrd/StyleEngine.cc
index 67a0ccbee..d05af4ec8 100644
--- a/ksysguard/gui/ksgrd/StyleEngine.cc
+++ b/ksysguard/gui/ksgrd/StyleEngine.cc
@@ -122,7 +122,7 @@ const TQColor& StyleEngine::sensorColor( uint pos )
static TQColor dummy;
if ( pos < mSensorColors.count() )
- return *mSensorColors.tqat( pos );
+ return *mSensorColors.at( pos );
else
return dummy;
}