Automated update from Qt3

pull/1/head
Timothy Pearson 11 years ago
parent 097eb253b8
commit 5ee08d99ed

@ -1097,6 +1097,9 @@ void TQApplication::initialize( int argc, char **argv, bool enable_sm )
session_key = new TQString; session_key = new TQString;
session_manager = new TQSessionManager( tqApp, session_id, *session_key ); session_manager = new TQSessionManager( tqApp, session_id, *session_key );
} }
else {
session_manager = 0;
}
#endif #endif
} }

Loading…
Cancel
Save