diff options
Diffstat (limited to 'src/widgetnotifyhelper.h')
-rw-r--r-- | src/widgetnotifyhelper.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/widgetnotifyhelper.h b/src/widgetnotifyhelper.h index 0f01671..5aaaaf1 100644 --- a/src/widgetnotifyhelper.h +++ b/src/widgetnotifyhelper.h @@ -20,20 +20,20 @@ #ifndef WIDGETNOTIFYHELPER_H #define WIDGETNOTIFYHELPER_H -#include <qobject.h> -#include <qwidget.h> +#include <tqobject.h> +#include <tqwidget.h> /** @author Christoph Thielecke <[email protected]> */ -class WidgetNotifyHelper : public QObject +class WidgetNotifyHelper : public TQObject { public: - WidgetNotifyHelper(QObject *parent = 0, const char *name = 0); + WidgetNotifyHelper(TQObject *parent = 0, const char *name = 0); ~WidgetNotifyHelper(); public: - void setupChangedAction(QWidget *w); + void setupChangedAction(TQWidget *w); }; #endif |