diff options
Diffstat (limited to 'src/knemod/interfacestatisticsdialog.h')
-rw-r--r-- | src/knemod/interfacestatisticsdialog.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/knemod/interfacestatisticsdialog.h b/src/knemod/interfacestatisticsdialog.h index ce5e0e3..519c9db 100644 --- a/src/knemod/interfacestatisticsdialog.h +++ b/src/knemod/interfacestatisticsdialog.h @@ -20,11 +20,11 @@ #ifndef INTERFACESTATISTICSDIALOG_H #define INTERFACESTATISTICSDIALOG_H -#include <qwidget.h> +#include <tqwidget.h> #include "interfacestatisticsdlg.h" -class QTimer; +class TQTimer; class Interface; /** @@ -38,12 +38,13 @@ class Interface; class InterfaceStatisticsDialog : public InterfaceStatisticsDlg { Q_OBJECT + TQ_OBJECT public: /** * Default Constructor */ InterfaceStatisticsDialog( Interface* interface, - QWidget* parent = 0L, const char* name = 0L ); + TQWidget* tqparent = 0L, const char* name = 0L ); /** * Default Destructor |