summaryrefslogtreecommitdiffstats
path: root/src/kernel
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-15 16:52:06 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-15 16:52:06 -0500
commit5ee08d99ed67ec609ae45bff3268357c9eb45c96 (patch)
tree523d4e4f90f94bd4924f27dbb6ac754dc0ebc77b /src/kernel
parent097eb253b8c8a2a5d3ae864f152ff50006995ec5 (diff)
downloadtqt3-5ee08d99ed67ec609ae45bff3268357c9eb45c96.tar.gz
tqt3-5ee08d99ed67ec609ae45bff3268357c9eb45c96.zip
Automated update from Qt3
Diffstat (limited to 'src/kernel')
-rw-r--r--src/kernel/qapplication.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp
index 210f2aa1..99bc5c59 100644
--- a/src/kernel/qapplication.cpp
+++ b/src/kernel/qapplication.cpp
@@ -1097,6 +1097,9 @@ void TQApplication::initialize( int argc, char **argv, bool enable_sm )
session_key = new TQString;
session_manager = new TQSessionManager( tqApp, session_id, *session_key );
}
+ else {
+ session_manager = 0;
+ }
#endif
}