diff options
Diffstat (limited to 'src/kbstatustip.h')
-rw-r--r-- | src/kbstatustip.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kbstatustip.h b/src/kbstatustip.h index 1fec765..26a3c01 100644 --- a/src/kbstatustip.h +++ b/src/kbstatustip.h @@ -12,17 +12,17 @@ #ifndef KBSTATUSTIP_H #define KBSTATUSTIP_H -#include <qtooltip.h> +#include <ntqtooltip.h> /** @author Magnus Kulke */ -class KbStatusTip : public QToolTip +class KbStatusTip : public TQToolTip { public: - KbStatusTip(QWidget * widget); - void maybeTip(const QPoint &pos); - void ShowStatus(QString msg); + KbStatusTip(TQWidget * widget); + void maybeTip(const TQPoint &pos); + void ShowStatus(TQString msg); }; #endif |