From 8ee4eb2f1d2e8d2ce2c4561b17e2dc0db3b147d3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 7 Feb 2022 10:20:15 +0900 Subject: Removed TQT_NON_COMMERCIAL check and related code. Signed-off-by: Michele Calgaro (cherry picked from commit 29ea77f8216e8cb351241c420270271959ed4cee) --- kdevdesigner/designer/mainwindow.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'kdevdesigner/designer/mainwindow.cpp') diff --git a/kdevdesigner/designer/mainwindow.cpp b/kdevdesigner/designer/mainwindow.cpp index 65778c41..c9741b83 100644 --- a/kdevdesigner/designer/mainwindow.cpp +++ b/kdevdesigner/designer/mainwindow.cpp @@ -201,12 +201,7 @@ MainWindow::MainWindow( KDevDesignerPart *part, bool asClient, bool single, cons singleProject = single; statusBar()->clear(); -#if defined(TQT_NON_COMMERCIAL) - statusBar()->addWidget( new TQLabel(i18n("Ready - This is the non-commercial version of TQt - " - "For commercial evaluations, use the help menu to register with Trolltech."), statusBar()), 1 ); -#else statusBar()->addWidget( new TQLabel("Ready", statusBar()), 1 ); -#endif set_splash_status( "Setting up GUI..." ); -- cgit v1.2.3