summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/cups/cupsOptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksystemlog/src/cups/cupsOptions.cpp')
-rw-r--r--ksystemlog/src/cups/cupsOptions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksystemlog/src/cups/cupsOptions.cpp b/ksystemlog/src/cups/cupsOptions.cpp
index 7aa3b7a..855e2e3 100644
--- a/ksystemlog/src/cups/cupsOptions.cpp
+++ b/ksystemlog/src/cups/cupsOptions.cpp
@@ -42,8 +42,8 @@
#include "cupsOptions.h"
#include "ksystemlogConfig.h"
-CupsOptions::CupsOptions(TQWidget *tqparent) :
- TQWidget(tqparent),
+CupsOptions::CupsOptions(TQWidget *parent) :
+ TQWidget(parent),
tabs(this, "tabs"),
cupsFileList(this, i18n("<qt><p>These files will be analyzed to display <b>Cups log</b>. This list also determines the order in which the files are read.</p></qt>")),
cupsAccessFileList(this, i18n("<qt><p>These files will be analyzed to display <b>Cups Web Server log</b>. This list also determines the order in which the files are read.</p></qt>"))