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 170b8af..29cdc40 100644
--- a/ksystemlog/src/cron/cronOptions.cpp
+++ b/ksystemlog/src/cron/cronOptions.cpp
@@ -19,7 +19,7 @@
***************************************************************************/
//TQt includes
-#include <tqlayout.h>
+#include <layout.h>
#include <tqvgroupbox.h>
#include <tqbuttongroup.h>
#include <tqlabel.h>
@@ -46,8 +46,8 @@ CronOptions::CronOptions(TQWidget *parent) :
TQWidget(parent)
{
- TQHBoxLayout *tqlayout = new TQHBoxLayout(this);
- tqlayout->setAutoAdd(true);
+ 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>");
fileList=new SpecificFileList(this, description);