summaryrefslogtreecommitdiffstats
path: root/kcron/kttask.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcron/kttask.cpp')
-rw-r--r--kcron/kttask.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/kcron/kttask.cpp b/kcron/kttask.cpp
index 8b78b49..500cab4 100644
--- a/kcron/kttask.cpp
+++ b/kcron/kttask.cpp
@@ -172,11 +172,6 @@ KTTask::KTTask(CTTask* _cttask, const QString & _caption)
chkEnabled->setChecked(cttask->enabled);
h3a->addWidget( chkEnabled );
- // enabled
- chkSilent = new QCheckBox(i18n("&Silent"), this, "chkSilent");
- chkSilent->setChecked(cttask->silent);
- h3a->addWidget( chkSilent );
-
QHBoxLayout *h4 = new QHBoxLayout( ml, KDialogBase::spacingHint() );
ml->addSpacing( 2 * KDialogBase::spacingHint() );
@@ -651,7 +646,6 @@ void KTTask::slotOK()
cttask->comment = (const char *)leComment->text().local8Bit();
cttask->command = (const char *)leCommand->text().local8Bit();
cttask->enabled = chkEnabled->isChecked();
- cttask->silent = chkSilent->isChecked();
for (int mo = 1; mo <= 12; mo++)
{