summaryrefslogtreecommitdiffstats
path: root/kdgantt/KDGanttSemiSizingControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdgantt/KDGanttSemiSizingControl.h')
-rw-r--r--kdgantt/KDGanttSemiSizingControl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdgantt/KDGanttSemiSizingControl.h b/kdgantt/KDGanttSemiSizingControl.h
index 823eddac..c1cc0b59 100644
--- a/kdgantt/KDGanttSemiSizingControl.h
+++ b/kdgantt/KDGanttSemiSizingControl.h
@@ -36,7 +36,7 @@
#define KDGANTTSEMISIZINGCONTROL_H
#include "KDGanttSizingControl.h"
-#include <layout.h>
+#include <tqlayout.h>
class TQPushButton;
class TQBoxLayout;
@@ -83,7 +83,7 @@ private:
ArrowPosition _arrowPos;
TQWidget* _minimizedWidget;
TQWidget* _maximizedWidget;
- TQBoxLayout* _layout;
+ TQBoxLayout* _tqlayout;
TQPushButton* _but;
};