summaryrefslogtreecommitdiffstats
path: root/ksysv/ksv_conf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksysv/ksv_conf.cpp')
-rw-r--r--ksysv/ksv_conf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysv/ksv_conf.cpp b/ksysv/ksv_conf.cpp
index e279193..a4a713d 100644
--- a/ksysv/ksv_conf.cpp
+++ b/ksysv/ksv_conf.cpp
@@ -118,7 +118,7 @@ void KSVConfig::writeSettings() {
bool KSVConfig::showRunlevel (int index) const
{
- if (mShowRunlevel.tqcontains (index))
+ if (mShowRunlevel.contains (index))
return mShowRunlevel[index];
else
return false;