diff options
Diffstat (limited to 'karbon/widgets/vcolorslider.cpp')
-rw-r--r-- | karbon/widgets/vcolorslider.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/widgets/vcolorslider.cpp b/karbon/widgets/vcolorslider.cpp index 15961cca..53f90786 100644 --- a/karbon/widgets/vcolorslider.cpp +++ b/karbon/widgets/vcolorslider.cpp @@ -56,7 +56,7 @@ void VColorSlider::init() TQHBoxLayout *layout = new TQHBoxLayout( this, 3 ); m_label = new TQLabel( this ); - m_gradientSelect = new KGradientSelector( Qt::Horizontal, this ); + m_gradientSelect = new KGradientSelector( TQt::Horizontal, this ); m_spinBox = new KIntSpinBox( this ); layout->addWidget( m_label ); |