From a3ae879d7bf992c7097b1897b2f1369dc0d21490 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 13 Sep 2012 10:18:46 -0500 Subject: Split out TQt3 to Qt4 conversion methods into separate file --- plugin/simplestyle.h | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'plugin/simplestyle.h') 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 #include +#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 TQWidgetCache; class Qt4TDEStyle : public QWindowsStyle -- cgit v1.2.1