summaryrefslogtreecommitdiffstats
path: root/korn/hvcontainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/hvcontainer.cpp')
-rw-r--r--korn/hvcontainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/hvcontainer.cpp b/korn/hvcontainer.cpp
index 991f66eb0..636a9a8fc 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" );