diff options
Diffstat (limited to 'lib/kofficeui/tkcombobox.h')
-rw-r--r-- | lib/kofficeui/tkcombobox.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/kofficeui/tkcombobox.h b/lib/kofficeui/tkcombobox.h index 8b036dd6..5ddcc563 100644 --- a/lib/kofficeui/tkcombobox.h +++ b/lib/kofficeui/tkcombobox.h @@ -20,18 +20,19 @@ #ifndef TKCOMBOBOX_H #define TKCOMBOBOX_H -#include <qcombobox.h> -class TKComboBox : public QComboBox +#include <tqcombobox.h> +class TKComboBox : public TQComboBox { Q_OBJECT + TQ_OBJECT public: - TKComboBox(QWidget* parent=0, const char* name=0); - TKComboBox(bool isEditable, QWidget* parent=0, const char* name=0); + TKComboBox(TQWidget* tqparent=0, const char* name=0); + TKComboBox(bool isEditable, TQWidget* tqparent=0, const char* name=0); ~TKComboBox(); void activate(); protected: - void paintEvent(QPaintEvent*); + void paintEvent(TQPaintEvent*); private: class TKComboBoxPrivate; |