diff options
Diffstat (limited to 'korn/hvcontainer.h')
-rw-r--r-- | korn/hvcontainer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/hvcontainer.h b/korn/hvcontainer.h index 9bae17b28..54a96cd81 100644 --- a/korn/hvcontainer.h +++ b/korn/hvcontainer.h @@ -37,7 +37,7 @@ public: * * @param orientation The orientation of the box: it is a vertical or horizontal box? */ - HVContainer( Qt::Orientation orientation, QObject * parent = 0 , const char * name = 0 ); + HVContainer( Qt::Orientation orientation, TQObject * parent = 0 , const char * name = 0 ); ~HVContainer(); /** @@ -52,7 +52,7 @@ protected: */ virtual BoxContainerItem* newBoxInstance() const; private: - QHBox *box; + TQHBox *box; }; #endif //MK_HVCONTAINER_H |