diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-31 17:36:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-31 17:36:26 -0600 |
commit | d6a4fe9ca855e094bbfe2e1ba1bba565557b1891 (patch) | |
tree | 7a2aed881ccd01bcc47a676d5aa9c6076b2389f2 /tdecore | |
parent | 43f19fb8a02775dca1d0701f7a7eb3ce775439ff (diff) | |
download | tdelibs-d6a4fe9ca855e094bbfe2e1ba1bba565557b1891.tar.gz tdelibs-d6a4fe9ca855e094bbfe2e1ba1bba565557b1891.zip |
Add tdelfeditor
Diffstat (limited to 'tdecore')
-rw-r--r-- | tdecore/kapplication.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tdecore/kapplication.cpp b/tdecore/kapplication.cpp index 6e5ae5d40..38ee6190a 100644 --- a/tdecore/kapplication.cpp +++ b/tdecore/kapplication.cpp @@ -646,7 +646,8 @@ KApplication::KApplication( int& argc, char** argv, const TQCString& rAppName, } KApplication::KApplication( bool allowStyles, bool GUIenabled ) : - TQApplication( *KCmdLineArgs::qt_argc(), *KCmdLineArgs::qt_argv(), TRUE ), // Qt4 requires that there always be a GUI +// TQApplication( *KCmdLineArgs::qt_argc(), *KCmdLineArgs::qt_argv(), TRUE ), // Qt4 requires that there always be a GUI + TQApplication( *KCmdLineArgs::qt_argc(), *KCmdLineArgs::qt_argv(), GUIenabled ), // We need to be able to run command line apps KInstance( KCmdLineArgs::about), #ifdef Q_WS_X11 display(0L), |