summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/generalOptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksystemlog/src/generalOptions.cpp')
-rw-r--r--ksystemlog/src/generalOptions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksystemlog/src/generalOptions.cpp b/ksystemlog/src/generalOptions.cpp
index 3fd0c7c..8a8114c 100644
--- a/ksystemlog/src/generalOptions.cpp
+++ b/ksystemlog/src/generalOptions.cpp
@@ -38,8 +38,8 @@
#include "ksystemlogConfig.h"
#include "generalOptions.h"
-GeneralOptions::GeneralOptions(TQWidget *tqparent) :
- TQWidget(tqparent)
+GeneralOptions::GeneralOptions(TQWidget *parent) :
+ TQWidget(parent)
{
TQVBoxLayout *tqlayout = new TQVBoxLayout(this);