diff options
Diffstat (limited to 'parts/uimode/uichooser_widget.h')
-rw-r--r-- | parts/uimode/uichooser_widget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/parts/uimode/uichooser_widget.h b/parts/uimode/uichooser_widget.h index 5faba3af..e9f7a7ed 100644 --- a/parts/uimode/uichooser_widget.h +++ b/parts/uimode/uichooser_widget.h @@ -2,7 +2,7 @@ #define __UICHOOSER_WIDGET_H__ -#include <qwidget.h> +#include <tqwidget.h> #include "uichooser.h" @@ -20,7 +20,7 @@ public: _NeverShowTabs = 2 }; - UIChooserWidget( UIChooserPart * part, QWidget *parent=0, const char *name=0 ); + UIChooserWidget( UIChooserPart * part, TQWidget *parent=0, const char *name=0 ); public slots: void accept(); @@ -35,7 +35,7 @@ private slots: private: UIChooserPart* m_part; - QWidget * _lastMode; + TQWidget * _lastMode; }; |