diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-15 15:49:20 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-15 15:49:20 -0500 |
commit | 7d8cc6ed5b0e4ffedd55511969001fd28e4aae6c (patch) | |
tree | fd2bfab55d9c2fdb6d1330583143031ff9f36ab3 /plugin/simplestyle.h | |
parent | 2fcd8b3d7b984403f29579691ff96da0e813b6ad (diff) | |
download | qt4-tqt-theme-engine-7d8cc6ed5b0e4ffedd55511969001fd28e4aae6c.tar.gz qt4-tqt-theme-engine-7d8cc6ed5b0e4ffedd55511969001fd28e4aae6c.zip |
Fix potential crash when TDE integration is disabled
Diffstat (limited to 'plugin/simplestyle.h')
-rw-r--r-- | plugin/simplestyle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/simplestyle.h b/plugin/simplestyle.h index e4c7923..e8799ce 100644 --- a/plugin/simplestyle.h +++ b/plugin/simplestyle.h @@ -107,6 +107,7 @@ private: mutable TQWidget* m_previousTQt3InterfaceWidget; KAboutData* m_aboutData; + TQApplication* m_tqApplication; KApplication* m_tdeApplication; TQString m_qt4ApplicationName; |