summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/apache/apacheOptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksystemlog/src/apache/apacheOptions.cpp')
-rw-r--r--ksystemlog/src/apache/apacheOptions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksystemlog/src/apache/apacheOptions.cpp b/ksystemlog/src/apache/apacheOptions.cpp
index 233ac7f..ddda011 100644
--- a/ksystemlog/src/apache/apacheOptions.cpp
+++ b/ksystemlog/src/apache/apacheOptions.cpp
@@ -42,8 +42,8 @@
#include "apacheOptions.h"
#include "ksystemlogConfig.h"
-ApacheOptions::ApacheOptions(TQWidget *tqparent) :
- TQWidget(tqparent),
+ApacheOptions::ApacheOptions(TQWidget *parent) :
+ TQWidget(parent),
tabs(this, "tabs"),
apacheFileList(this, i18n("<qt><p>These files will be analyzed to display <b>Apache log</b>. This list also determines the order in which the files are read.</p></qt>")),
apacheAccessFileList(this, i18n("<qt><p>These files will be analyzed to display <b>Apache Access log</b>. This list also determines the order in which the files are read.</p></qt>"))