diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-14 02:31:09 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-14 02:31:09 -0500 |
commit | 2fcd8b3d7b984403f29579691ff96da0e813b6ad (patch) | |
tree | d98da8bcecb1262d54d62e136b24dd491080d868 /plugin/simplestyle.h | |
parent | b9daa01a7dab10bf81410e171efe31bdd57da43b (diff) | |
download | qt4-tqt-theme-engine-2fcd8b3d7b984403f29579691ff96da0e813b6ad.tar.gz qt4-tqt-theme-engine-2fcd8b3d7b984403f29579691ff96da0e813b6ad.zip |
Fix corrupt application name and crash on exit
Diffstat (limited to 'plugin/simplestyle.h')
-rw-r--r-- | plugin/simplestyle.h | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/plugin/simplestyle.h b/plugin/simplestyle.h index 7ce2092..e4c7923 100644 --- a/plugin/simplestyle.h +++ b/plugin/simplestyle.h @@ -46,6 +46,7 @@ class TQToolBox; class TQToolButton; class KAboutData; +class KApplication; class TQPixmapCache; typedef TQIntCache<TQWidget> TQWidgetCache; @@ -84,21 +85,7 @@ private: TQWidget* m_tqt3parent_widget; TQWidget* m_tqt3generic_widget; -// mutable TQTabBar* m_tqt3tabbar_widget; -// mutable TQRadioButton* m_tqt3radiobutton_widget; -// mutable TQCheckBox* m_tqt3checkbox_widget; -// mutable TQProgressBar* m_tqt3progressbar_widget; -// mutable TQPopupMenu* m_tqt3popupmenu_widget; -// mutable TQComboBox* m_tqt3combobox_widget; -// mutable TQSlider* m_tqt3slider_widget; -// mutable TQScrollBar* m_tqt3scrollbar_widget; -// mutable TQSpinBox* m_tqt3spinbox_widget; -// mutable TQSpinWidget* m_tqt3spinwidget_widget; TQWidget* m_tqt3window_widget; -// mutable TQTitleBar* m_tqt3titlebar_widget; -// mutable TQMenuBar* m_tqt3menubar_widget; -// mutable TQToolBox* m_tqt3toolbox_widget; -// mutable TQToolButton* m_tqt3toolbutton_widget; int m_tqt3IconSize_NoGroup; int m_tqt3IconSize_Desktop; @@ -120,6 +107,8 @@ private: mutable TQWidget* m_previousTQt3InterfaceWidget; KAboutData* m_aboutData; + KApplication* m_tdeApplication; + TQString m_qt4ApplicationName; TQPixmapCache* m_internalTQt3PixmapCache; TQWidgetCache* m_internalTQt3WidgetCache; |