diff options
author | Timothy Pearson <[email protected]> | 2013-08-06 09:21:26 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-08-06 09:21:26 -0500 |
commit | 5339ac3f519b59ab37c48f1a6a3f1184a74566d3 (patch) | |
tree | 5b2b0f23a19ae66df734490ee0be4c4ee9657e59 /src/kernel/ntqapplication.h | |
parent | c37c87bb87d0ca8e6189c1fbd4532f70bc438063 (diff) | |
download | tqt3-5339ac3f519b59ab37c48f1a6a3f1184a74566d3.tar.gz tqt3-5339ac3f519b59ab37c48f1a6a3f1184a74566d3.zip |
Automated update from Qt3
Diffstat (limited to 'src/kernel/ntqapplication.h')
-rw-r--r-- | src/kernel/ntqapplication.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/kernel/ntqapplication.h b/src/kernel/ntqapplication.h index fdf75aa5c..eeed8c9e7 100644 --- a/src/kernel/ntqapplication.h +++ b/src/kernel/ntqapplication.h @@ -77,6 +77,7 @@ class Q_EXPORT TQApplication : public TQObject public: TQApplication( int &argc, char **argv ); TQApplication( int &argc, char **argv, bool GUIenabled ); + TQApplication( int &argc, char **argv, bool GUIenabled, bool SMenabled ); enum Type { Tty, GuiClient, GuiServer }; TQApplication( int &argc, char **argv, Type ); #if defined(Q_WS_X11) @@ -322,8 +323,8 @@ protected: bool event(TQEvent *); private: - void construct( int &argc, char **argv, Type ); - void initialize( int, char ** ); + void construct( int &argc, char **argv, Type, bool enable_sm ); + void initialize( int, char **, bool enable_sm = true ); void init_precmdline(); void process_cmdline( int* argcptr, char ** argv ); bool internalNotify( TQObject *, TQEvent * ); |