summaryrefslogtreecommitdiffstats
path: root/tools/designer/app/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-02-07 10:28:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-02-07 10:28:49 +0900
commitcde9d7e9428e90ce8ba0bb86802f85f186adf741 (patch)
treeca7007f5fa5af50cde69643abd769b68cf05260c /tools/designer/app/main.cpp
parent09659a5623bcb28a6234c0fe2357b8eca56c240f (diff)
downloadtqt3-cde9d7e9428e90ce8ba0bb86802f85f186adf741.tar.gz
tqt3-cde9d7e9428e90ce8ba0bb86802f85f186adf741.zip
Removed QT_NON_COMMERCIAL check and related code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/app/main.cpp')
-rw-r--r--tools/designer/app/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/designer/app/main.cpp b/tools/designer/app/main.cpp
index 99cd0caab..230097646 100644
--- a/tools/designer/app/main.cpp
+++ b/tools/designer/app/main.cpp
@@ -200,11 +200,7 @@ int main( int argc, char *argv[] )
MainWindow *mw = new MainWindow( creatPid );
a.setMainWidget( mw );
-#if defined(QT_NON_COMMERCIAL)
- mw->setCaption( "TQt Designer by Trolltech for non-commercial use" );
-#else
mw->setCaption( "TQt Designer by Trolltech" );
-#endif
if ( config.readBoolEntry( keybase + "Geometries/MainwindowMaximized", FALSE ) ) {
int x = config.readNumEntry( keybase + "Geometries/MainwindowX", 0 );
int y = config.readNumEntry( keybase + "Geometries/MainwindowY", 0 );