summaryrefslogtreecommitdiffstats
path: root/kexi/widget/utils/kexicomboboxdropdownbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/widget/utils/kexicomboboxdropdownbutton.h')
-rw-r--r--kexi/widget/utils/kexicomboboxdropdownbutton.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kexi/widget/utils/kexicomboboxdropdownbutton.h b/kexi/widget/utils/kexicomboboxdropdownbutton.h
index da53a7e2..970e46c3 100644
--- a/kexi/widget/utils/kexicomboboxdropdownbutton.h
+++ b/kexi/widget/utils/kexicomboboxdropdownbutton.h
@@ -30,19 +30,19 @@ class KComboBox;
class KEXIGUIUTILS_EXPORT KexiComboBoxDropDownButton : public KPushButton
{
public:
- KexiComboBoxDropDownButton( QWidget *parent );
+ KexiComboBoxDropDownButton( TQWidget *tqparent );
virtual ~KexiComboBoxDropDownButton();
protected:
/*! Reimplemented after @ref KPushButton to draw drop-down arrow. */
- virtual void drawButton(QPainter *p);
+ virtual void drawButton(TQPainter *p);
/*! Reimplemented after @ref KPushButton to adapt size to style changes. */
- virtual void styleChange( QStyle & oldStyle );
+ virtual void styleChange( TQStyle & oldStyle );
int m_fixForHeight;
- bool m_drawComplexControl : 1;
- KComboBox *m_paintedCombo; //!< fake combo used only to pass it as 'this' for QStyle
+ bool m_tqdrawComplexControl : 1;
+ KComboBox *m_paintedCombo; //!< fake combo used only to pass it as 'this' for TQStyle
//!< (because styles use \<static_cast\>)
};