diff options
Diffstat (limited to 'src/komposewidget.h')
-rw-r--r-- | src/komposewidget.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/komposewidget.h b/src/komposewidget.h index 7bb14d0..772256c 100644 --- a/src/komposewidget.h +++ b/src/komposewidget.h @@ -20,7 +20,7 @@ #ifndef KOMPOSEWIDGET_H #define KOMPOSEWIDGET_H -#include <qwidget.h> +#include <tqwidget.h> class KomposeLayout; @@ -28,11 +28,11 @@ class KomposeLayout; This base class for all Kompose Widgets glues the Layout and the widget together: @author Hans Oischinger */ -class KomposeWidget : public QWidget +class KomposeWidget : public TQWidget { Q_OBJECT public: - KomposeWidget( QWidget *parent = 0, KomposeLayout *l = 0, const char *name = 0); + KomposeWidget( TQWidget *parent = 0, KomposeLayout *l = 0, const char *name = 0); virtual ~KomposeWidget(); @@ -46,8 +46,8 @@ public: int getNumofChilds(); protected: - void childEvent( QChildEvent * ce); - void resizeEvent ( QResizeEvent * e ); + void childEvent( TQChildEvent * ce); + void resizeEvent ( TQResizeEvent * e ); protected: KomposeLayout *layout; |