summaryrefslogtreecommitdiffstats
path: root/kicker-applets/ktimemon/confdlg.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kicker-applets/ktimemon/confdlg.cc')
-rw-r--r--kicker-applets/ktimemon/confdlg.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker-applets/ktimemon/confdlg.cc b/kicker-applets/ktimemon/confdlg.cc
index c694f5c..832faf3 100644
--- a/kicker-applets/ktimemon/confdlg.cc
+++ b/kicker-applets/ktimemon/confdlg.cc
@@ -14,7 +14,7 @@
#include <tqgroupbox.h>
#include <tqlineedit.h>
#include <tqslider.h>
-#include <tqlayout.h>
+#include <layout.h>
#include <tqlabel.h>
#include <tqvgroupbox.h>
#include <tqcheckbox.h>
@@ -170,7 +170,7 @@ KConfDialog::KConfDialog(KTimeMon *t)
bl->addWidget(b);
bl->addStretch();
- TQVBoxLayout *vbox = new TQVBoxLayout( b->tqlayout() );
+ TQVBoxLayout *vbox = new TQVBoxLayout( b->layout() );
gl = new TQGridLayout(b, MAX_MOUSE_ACTIONS + 1, 3, 0, 6 );