diff options
Diffstat (limited to 'kdgantt/qlayoutengine_p.h')
-rw-r--r-- | kdgantt/qlayoutengine_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdgantt/qlayoutengine_p.h b/kdgantt/qlayoutengine_p.h index 2d6a55685..fed046aeb 100644 --- a/kdgantt/qlayoutengine_p.h +++ b/kdgantt/qlayoutengine_p.h @@ -56,7 +56,7 @@ #ifndef QT_H -#include "qabstractlayout.h" +#include "tqabstractlayout.h" #endif // QT_H #ifndef QT_NO_LAYOUT @@ -81,7 +81,7 @@ struct QLayoutStruct }; -void qGeomCalc( QMemArray<QLayoutStruct> &chain, int start, int count, int pos, +void qGeomCalc( TQMemArray<QLayoutStruct> &chain, int start, int count, int pos, int space, int spacer ); |