summaryrefslogtreecommitdiffstats
path: root/src/dialogs/qmessagebox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/qmessagebox.cpp')
-rw-r--r--src/dialogs/qmessagebox.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dialogs/qmessagebox.cpp b/src/dialogs/qmessagebox.cpp
index 3f85dc94..ff031bc7 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(
"<h3>About TQt</h3>"
"<p>This program uses TQt version %1.</p>"
@@ -606,7 +599,6 @@ void TQMessageBox::init( int button0, int button1, int button2 )
"See <tt>https://trinitydesktop.org/docs/qt3/</tt> "
"for more information.</p>"
).arg( TQT_VERSION_STR );
-#endif
}
label = new TQMessageBoxLabel( this );