diff options
Diffstat (limited to 'src/kcpuload.cpp')
-rw-r--r-- | src/kcpuload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kcpuload.cpp b/src/kcpuload.cpp index 6005313..ce80df9 100644 --- a/src/kcpuload.cpp +++ b/src/kcpuload.cpp @@ -85,7 +85,7 @@ void KCPULoad::setupCustomActions() { actSMP = new IconToggleAction(i18n("Enable S&MP"), "smp", i18n("S&MP Enabled"), "smpon", 0, coll, "smp"); actSMP->setChecked(bVal); - connect(actSMP, TQT_SIGNAL(toggled(bool)), this, TQT_SLOT(setSMP(bool))); + connect(actSMP, TQ_SIGNAL(toggled(bool)), this, TQ_SLOT(setSMP(bool))); } } |