summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/mainwindow.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-02-07 10:20:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-02-07 10:20:37 +0900
commit8ee4eb2f1d2e8d2ce2c4561b17e2dc0db3b147d3 (patch)
tree7e1c1d969f132808de352298298f8cf210331aa6 /kdevdesigner/designer/mainwindow.cpp
parent6279394cc3cc565fd9a0ec7282d7fd89f8008da5 (diff)
downloadtdevelop-8ee4eb2f1d2e8d2ce2c4561b17e2dc0db3b147d3.tar.gz
tdevelop-8ee4eb2f1d2e8d2ce2c4561b17e2dc0db3b147d3.zip
Removed TQT_NON_COMMERCIAL check and related code.r14.0.12
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 29ea77f8216e8cb351241c420270271959ed4cee)
Diffstat (limited to 'kdevdesigner/designer/mainwindow.cpp')
-rw-r--r--kdevdesigner/designer/mainwindow.cpp5
1 files changed, 0 insertions, 5 deletions
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..." );