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.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'korn/hvcontainer.cpp') diff --git a/korn/hvcontainer.cpp b/korn/hvcontainer.cpp index f0268ba3a..fa815179d 100644 --- a/korn/hvcontainer.cpp +++ b/korn/hvcontainer.cpp @@ -22,16 +22,16 @@ #include -#include +#include -HVContainer::HVContainer( Qt::Orientation orientation, QObject * parent, const char * name ) +HVContainer::HVContainer( Qt::Orientation orientation, TQObject * parent, const char * name ) : BoxContainer( parent, name ), box( 0 ) { if( orientation == Qt::Horizontal ) - box = new QHBox( 0, "hbox" ); + box = new TQHBox( 0, "hbox" ); else - box = new QVBox( 0, "vbox" ); + box = new TQVBox( 0, "vbox" ); } HVContainer::~HVContainer() -- cgit v1.2.1