diff options
Diffstat (limited to 'korn/hvcontainer.cpp')
-rw-r--r-- | korn/hvcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/hvcontainer.cpp b/korn/hvcontainer.cpp index 991f66eb..636a9a8f 100644 --- a/korn/hvcontainer.cpp +++ b/korn/hvcontainer.cpp @@ -28,7 +28,7 @@ HVContainer::HVContainer( Qt::Orientation orientation, TQObject * tqparent, cons : BoxContainer( tqparent, name ), box( 0 ) { - if( orientation == TQt::Horizontal ) + if( orientation == Qt::Horizontal ) box = new TQHBox( 0, "hbox" ); else box = new TQVBox( 0, "vbox" ); |