diff options
author | Timothy Pearson <[email protected]> | 2011-12-06 14:15:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-06 14:15:01 -0600 |
commit | 1b89319fd93b88313cab40f1e9de24c067b04efb (patch) | |
tree | 80132996de993c3dcab4040864d7729842875b2d /src/widgetnotifyhelper.h | |
parent | d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a (diff) | |
download | kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.tar.gz kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.zip |
Initial TQt conversion
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 |