summaryrefslogtreecommitdiffstats
path: root/kgantt/kgantt/KGanttBarConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'kgantt/kgantt/KGanttBarConfig.h')
-rw-r--r--kgantt/kgantt/KGanttBarConfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kgantt/kgantt/KGanttBarConfig.h b/kgantt/kgantt/KGanttBarConfig.h
index 5be04f72..88049fea 100644
--- a/kgantt/kgantt/KGanttBarConfig.h
+++ b/kgantt/kgantt/KGanttBarConfig.h
@@ -29,7 +29,7 @@
*/
-#include <qwidget.h>
+#include <tqwidget.h>
class xQGanttBarView;
@@ -42,12 +42,12 @@ class KGanttBarConfig : public QWidget
public:
KGanttBarConfig(xQGanttBarView* barview,
- QWidget* parent = 0, const char* name=0, WFlags f=0);
+ TQWidget* parent = 0, const char* name=0, WFlags f=0);
protected slots:
- void changeBackground(const QColor& color);
+ void changeBackground(const TQColor& color);
protected: