diff options
author | Timothy Pearson <[email protected]> | 2012-09-13 16:04:01 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-09-13 16:04:01 -0500 |
commit | db0c7b24cfa766aa88a8c0d7dfdae16f346033a0 (patch) | |
tree | e0eb289e5e98256398813a1fde5d99a4086c0af3 /plugin/simplestyle.h | |
parent | 2624ef7e332e99316a26b16cf8c3f0043017edf1 (diff) | |
download | qt4-tqt-theme-engine-db0c7b24cfa766aa88a8c0d7dfdae16f346033a0.tar.gz qt4-tqt-theme-engine-db0c7b24cfa766aa88a8c0d7dfdae16f346033a0.zip |
Speed up theme engine
Diffstat (limited to 'plugin/simplestyle.h')
-rw-r--r-- | plugin/simplestyle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/simplestyle.h b/plugin/simplestyle.h index d7988e3..28f5726 100644 --- a/plugin/simplestyle.h +++ b/plugin/simplestyle.h @@ -77,7 +77,7 @@ public slots: QIcon standardIconImplementation(StandardPixmap standardIcon, const QStyleOption * option = 0, const QWidget * widget = 0) const; private: - TQWidget* initializeInterfaceWidget(TQt3WidgetType wt, const QWidget * widget, const QStyleOption* qt4styleoptions = 0) const; + TQWidget* initializeInterfaceWidget(TQt3WidgetType wt, const QWidget * widget, const QStyleOption* qt4styleoptions = 0, bool forceReload = false) const; TQWidget* m_tqt3parent_widget; TQWidget* m_tqt3generic_widget; |