summaryrefslogtreecommitdiffstats
path: root/kalzium/src/timewidget_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kalzium/src/timewidget_impl.cpp')
-rw-r--r--kalzium/src/timewidget_impl.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kalzium/src/timewidget_impl.cpp b/kalzium/src/timewidget_impl.cpp
index a5f186bc..576ab17d 100644
--- a/kalzium/src/timewidget_impl.cpp
+++ b/kalzium/src/timewidget_impl.cpp
@@ -20,11 +20,11 @@
#include <knuminput.h>
-TimeWidgetIMPL::TimeWidgetIMPL( TQWidget *parent, const char* name )
- : TimeWidget( parent, name )
+TimeWidgetIMPL::TimeWidgetIMPL( TQWidget *tqparent, const char* name )
+ : TimeWidget( tqparent, name )
{
- text->setAlignment( text->alignment() | Qt::WordBreak );
- text->setTextFormat( Qt::RichText );
+ text->tqsetAlignment( text->tqalignment() | TQt::WordBreak );
+ text->setTextFormat( TQt::RichText );
text->setReadOnly( true );
text->setPaletteBackgroundColor( paletteBackgroundColor() );
text->setFrameStyle( TQFrame::NoFrame );