diff options
Diffstat (limited to 'src/part/summaryWidget.h')
-rw-r--r-- | src/part/summaryWidget.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/part/summaryWidget.h b/src/part/summaryWidget.h index 7f20153..0c4bb51 100644 --- a/src/part/summaryWidget.h +++ b/src/part/summaryWidget.h @@ -4,15 +4,16 @@ #ifndef FILELIGHTSUMMARY_H #define FILELIGHTSUMMARY_H -#include <qwidget.h> +#include <tqwidget.h> -class SummaryWidget : public QWidget +class SummaryWidget : public TQWidget { Q_OBJECT + TQ_OBJECT public: - SummaryWidget( QWidget *parent, const char *name ); + SummaryWidget( TQWidget *tqparent, const char *name ); ~SummaryWidget(); signals: |