summaryrefslogtreecommitdiffstats
path: root/kdgantt/KDGanttSemiSizingControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdgantt/KDGanttSemiSizingControl.h')
-rw-r--r--kdgantt/KDGanttSemiSizingControl.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/kdgantt/KDGanttSemiSizingControl.h b/kdgantt/KDGanttSemiSizingControl.h
index 6b43f7c2e..5857786e0 100644
--- a/kdgantt/KDGanttSemiSizingControl.h
+++ b/kdgantt/KDGanttSemiSizingControl.h
@@ -26,8 +26,8 @@
** licensing are not clear to you.
**
** As a special exception, permission is given to link this program
- ** with any edition of Qt, and distribute the resulting executable,
- ** without including the source code for Qt in the source distribution.
+ ** with any edition of TQt, and distribute the resulting executable,
+ ** without including the source code for TQt in the source distribution.
**
**********************************************************************/
@@ -42,18 +42,19 @@ class TQBoxLayout;
class KDGanttSemiSizingControl : public KDGanttSizingControl
{
- Q_PROPERTY( ArrowPosition arrowPosition READ arrowPosition WRITE setArrowPosition )
+ TQ_PROPERTY( ArrowPosition arrowPosition READ arrowPosition WRITE setArrowPosition )
Q_ENUMS( ArrowPosition )
Q_OBJECT
+ TQ_OBJECT
public:
enum ArrowPosition { Before, After };
- KDGanttSemiSizingControl( TQWidget* parent = 0, const char* name = 0 );
- KDGanttSemiSizingControl( Orientation orientation, TQWidget* parent = 0,
+ KDGanttSemiSizingControl( TQWidget* tqparent = 0, const char* name = 0 );
+ KDGanttSemiSizingControl( Qt::Orientation orientation, TQWidget* tqparent = 0,
const char* name = 0 );
KDGanttSemiSizingControl( ArrowPosition arrowPosition,
- Orientation orientation, TQWidget* parent = 0,
+ Qt::Orientation orientation, TQWidget* tqparent = 0,
const char* name = 0 );
void setMinimizedWidget( TQWidget* widget );
@@ -78,7 +79,7 @@ protected:
TQPixmap pixmap( Direction );
private:
- Orientation _orient;
+ Qt::Orientation _orient;
ArrowPosition _arrowPos;
TQWidget* _minimizedWidget;
TQWidget* _maximizedWidget;