diff options
author | Michele Calgaro <[email protected]> | 2022-02-07 10:28:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-02-07 10:29:07 +0900 |
commit | be256666b2d960267a6162df5fbb0a26db62796a (patch) | |
tree | cf27780ab01995781432dc868f5f7efb5b752c50 /tools/designer/app | |
parent | d0da08125889e384076c688a8e4cedba31857a3c (diff) | |
download | tqt3-be256666b2d960267a6162df5fbb0a26db62796a.tar.gz tqt3-be256666b2d960267a6162df5fbb0a26db62796a.zip |
Removed QT_NON_COMMERCIAL check and related code.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit cde9d7e9428e90ce8ba0bb86802f85f186adf741)
Diffstat (limited to 'tools/designer/app')
-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 ); |