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/qbutton.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/widgets/qbutton.cpp') diff --git a/src/widgets/qbutton.cpp b/src/widgets/qbutton.cpp index e5d172f32..00d90fc94 100644 --- a/src/widgets/qbutton.cpp +++ b/src/widgets/qbutton.cpp @@ -675,9 +675,6 @@ bool TQButton::hitButton( const TQPoint &pos ) const \sa drawButtonLabel(), paintEvent() */ -#if (TQT_VERSION-0 >= 0x040000) -#error "TQButton. Make pure virtual" -#endif void TQButton::drawButton( TQPainter * ) { return; -- cgit v1.2.1