From 83991febd2b98788a0a018e187de0dfb7d95b500 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 9 Jul 2023 23:09:59 +0900 Subject: Remove Qt4 related stuff Signed-off-by: Michele Calgaro --- src/widgets/qaction.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/widgets/qaction.cpp') diff --git a/src/widgets/qaction.cpp b/src/widgets/qaction.cpp index 7498b4730..14bb57433 100644 --- a/src/widgets/qaction.cpp +++ b/src/widgets/qaction.cpp @@ -958,9 +958,6 @@ void TQAction::setVisible( bool visible ) return; d->visible = visible; d->update( TQActionPrivate::Visibility ); -#if (TQT_VERSION-0 >= 0x040000) -#error "TQAction::setVisible function wants to be virtual. Also add virtual change() function" -#endif if ( d->d_group ) //### this function wants to be virtual in 4.0 d->d_group->update( (TQActionGroup*) this ); } -- cgit v1.2.1