diff options
Diffstat (limited to 'ksystemlog/src/samba/sambaOptions.cpp')
-rw-r--r-- | ksystemlog/src/samba/sambaOptions.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ksystemlog/src/samba/sambaOptions.cpp b/ksystemlog/src/samba/sambaOptions.cpp index 002b480..709d6a0 100644 --- a/ksystemlog/src/samba/sambaOptions.cpp +++ b/ksystemlog/src/samba/sambaOptions.cpp @@ -19,7 +19,7 @@ ***************************************************************************/ //TQt includes -#include <layout.h> +#include <tqlayout.h> #include <tqvgroupbox.h> #include <tqbuttongroup.h> #include <tqlabel.h> @@ -46,8 +46,8 @@ SambaOptions::SambaOptions(TQWidget *parent) : TQWidget(parent) { - TQHBoxLayout *layout = new TQHBoxLayout(this); - layout->setAutoAdd(true); + TQHBoxLayout *tqlayout = new TQHBoxLayout(this); + tqlayout->setAutoAdd(true); TQString description= i18n("<qt><p>These files will be analyzed to display <b>Samba log</b>. This list also determines the order in which the files are read.</p></qt>"); fileList=new FileList(this, description); |