summaryrefslogtreecommitdiffstats
path: root/plugin/simplestyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/simplestyle.h')
-rw-r--r--plugin/simplestyle.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/simplestyle.h b/plugin/simplestyle.h
index 0b302de..cb79f22 100644
--- a/plugin/simplestyle.h
+++ b/plugin/simplestyle.h
@@ -21,6 +21,7 @@
#include <QtGui/QWindowsStyle>
#include <QFileDialog>
+#include <ntqintcache.h>
QT_BEGIN_NAMESPACE
class QPalette;
@@ -63,6 +64,8 @@ enum TQt3WidgetType {
TQT3WT_TQToolButton
};
+typedef TQIntCache<TQWidget> TQWidgetCache;
+
class Qt4TDEStyle : public QWindowsStyle
{
Q_OBJECT
@@ -131,6 +134,7 @@ private:
KAboutData* m_aboutData;
TQPixmapCache* m_internalTQt3PixmapCache;
+ TQWidgetCache* m_internalTQt3WidgetCache;
};
#endif