summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/cron/cronOptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksystemlog/src/cron/cronOptions.cpp')
-rw-r--r--ksystemlog/src/cron/cronOptions.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksystemlog/src/cron/cronOptions.cpp b/ksystemlog/src/cron/cronOptions.cpp
index de63023..68ef2e5 100644
--- a/ksystemlog/src/cron/cronOptions.cpp
+++ b/ksystemlog/src/cron/cronOptions.cpp
@@ -43,13 +43,13 @@
#include "ksystemlogConfig.h"
CronOptions::CronOptions(TQWidget *parent) :
- TQWidget(parent)
+ TQWidget(parent)
{
-
+
TQHBoxLayout *layout = new TQHBoxLayout(this);
layout->setAutoAdd(true);
- TQString description= i18n("<qt><p>These files will be analyzed to display <b>Cron Logs</b> (i.e. planned tasks logs). This list also determines the order in which the files are read.</p></qt>");
+ TQString description= i18n("<qt><p>These files will be analyzed to display <b>Cron Logs</b> (planned tasks logs). This list also determines the order in which the files are read.</p></qt>");
fileList=new SpecificFileList(this, description);
connect(fileList, TQT_SIGNAL(fileListChanged(int)), this, TQT_SLOT(slotFileListChanged(int)));