summaryrefslogtreecommitdiffstats
path: root/plugin/simplestyle.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-13 10:18:46 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-13 10:18:46 -0500
commita3ae879d7bf992c7097b1897b2f1369dc0d21490 (patch)
tree040907dd70b4bc5a852341358ab10a3e9eaa6827 /plugin/simplestyle.h
parent8b7e11608c0b4057d6aa8aad832b9b101ae66f59 (diff)
downloadqt4-tqt-theme-engine-a3ae879d7bf992c7097b1897b2f1369dc0d21490.tar.gz
qt4-tqt-theme-engine-a3ae879d7bf992c7097b1897b2f1369dc0d21490.zip
Split out TQt3 to Qt4 conversion methods into separate file
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