diff options
Diffstat (limited to 'lib/kofficeui/KoTabChooser.cpp')
-rw-r--r-- | lib/kofficeui/KoTabChooser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficeui/KoTabChooser.cpp b/lib/kofficeui/KoTabChooser.cpp index 19d93764..c38d0e62 100644 --- a/lib/kofficeui/KoTabChooser.cpp +++ b/lib/kofficeui/KoTabChooser.cpp @@ -154,7 +154,7 @@ void KoTabChooser::drawContents( TQPainter *painter ) void KoTabChooser::setupMenu() { rb_menu = new TQPopupMenu(); - Q_CHECK_PTR( rb_menu ); + TQ_CHECK_PTR( rb_menu ); mLeft = rb_menu->insertItem( i18n( "Tabulator &Left" ), this, TQT_SLOT( rbLeft() ) ); mCenter = rb_menu->insertItem( i18n( "Tabulator &Center" ), this, TQT_SLOT( rbCenter() ) ); mRight = rb_menu->insertItem( i18n( "Tabulator &Right" ), this, TQT_SLOT( rbRight() ) ); |