summaryrefslogtreecommitdiffstats
path: root/plugin/simplestyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/simplestyle.h')
-rw-r--r--plugin/simplestyle.h20
1 files changed, 2 insertions, 18 deletions
diff --git a/plugin/simplestyle.h b/plugin/simplestyle.h
index cb79f22..34a1c66 100644
--- a/plugin/simplestyle.h
+++ b/plugin/simplestyle.h
@@ -23,6 +23,8 @@
#include <QFileDialog>
#include <ntqintcache.h>
+#include "tdeqt4converter.h"
+
QT_BEGIN_NAMESPACE
class QPalette;
QT_END_NAMESPACE
@@ -46,24 +48,6 @@ class TQToolButton;
class KAboutData;
class TQPixmapCache;
-enum TQt3WidgetType {
- TQT3WT_NONE,
- TQT3WT_TQProgressBar,
- TQT3WT_TQTabBar,
- TQT3WT_TQRadioButton,
- TQT3WT_TQCheckBox,
- TQT3WT_TQPopupMenu,
- TQT3WT_TQComboBox,
- TQT3WT_TQSlider,
- TQT3WT_TQScrollBar,
- TQT3WT_TQSpinBox,
- TQT3WT_TQSpinWidget,
- TQT3WT_TQTitleBar,
- TQT3WT_TQMenuBar,
- TQT3WT_TQToolBox,
- TQT3WT_TQToolButton
-};
-
typedef TQIntCache<TQWidget> TQWidgetCache;
class Qt4TDEStyle : public QWindowsStyle