From cde9d7e9428e90ce8ba0bb86802f85f186adf741 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 7 Feb 2022 10:28:49 +0900 Subject: Removed QT_NON_COMMERCIAL check and related code. Signed-off-by: Michele Calgaro --- src/dialogs/qmessagebox.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/dialogs') diff --git a/src/dialogs/qmessagebox.cpp b/src/dialogs/qmessagebox.cpp index 3f85dc94d..ff031bc7d 100644 --- a/src/dialogs/qmessagebox.cpp +++ b/src/dialogs/qmessagebox.cpp @@ -52,10 +52,6 @@ #if defined(QT_ACCESSIBILITY_SUPPORT) #include "ntqaccessible.h" #endif -#if defined QT_NON_COMMERCIAL -#include "qnc_win.h" -#endif - #ifdef Q_WS_X11 #include "private/tqttdeintegration_x11_p.h" @@ -590,9 +586,6 @@ void TQMessageBox::init( int button0, int button1, int button2 ) if ( !translatedTextAboutTQt ) { translatedTextAboutTQt = new TQString; -#if defined(QT_NON_COMMERCIAL) - QT_NC_MSGBOX -#else *translatedTextAboutTQt = tr( "

About TQt

" "

This program uses TQt version %1.

" @@ -606,7 +599,6 @@ void TQMessageBox::init( int button0, int button1, int button2 ) "See https://trinitydesktop.org/docs/qt3/ " "for more information.

" ).arg( TQT_VERSION_STR ); -#endif } label = new TQMessageBoxLabel( this ); -- cgit v1.2.1