summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/acpid/acpidOptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksystemlog/src/acpid/acpidOptions.cpp')
-rw-r--r--ksystemlog/src/acpid/acpidOptions.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksystemlog/src/acpid/acpidOptions.cpp b/ksystemlog/src/acpid/acpidOptions.cpp
index d695613..44a3aa9 100644
--- a/ksystemlog/src/acpid/acpidOptions.cpp
+++ b/ksystemlog/src/acpid/acpidOptions.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 @@ AcpidOptions::AcpidOptions(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>ACPId log</b>. This list also determines the order in which the files are read.</p></qt>");
fileList=new FileList(this, description);