diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-02-07 10:28:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-02-07 10:28:49 +0900 |
commit | cde9d7e9428e90ce8ba0bb86802f85f186adf741 (patch) | |
tree | ca7007f5fa5af50cde69643abd769b68cf05260c /tools/designer/app/main.cpp | |
parent | 09659a5623bcb28a6234c0fe2357b8eca56c240f (diff) | |
download | tqt3-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.cpp | 4 |
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 ); |