diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 11:53:10 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 11:53:10 -0500 |
commit | dacae0242e905268e9df9aed83f84e91b13a1749 (patch) | |
tree | 26c8dc7f37d040f54265a3471834309a1e248538 /src/kbstatustip.h | |
parent | 0d218fd2db1810aafd86f7fc8761c75128f3fcb8 (diff) | |
download | kasablanca-dacae0242e905268e9df9aed83f84e91b13a1749.tar.gz kasablanca-dacae0242e905268e9df9aed83f84e91b13a1749.zip |
Convert to TDE R14 API
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 |