From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- korn/hvcontainer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'korn/hvcontainer.h') diff --git a/korn/hvcontainer.h b/korn/hvcontainer.h index 9bae17b2..54a96cd8 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 -- cgit v1.2.3