diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 11:31:17 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 11:31:17 -0500 |
commit | d598a49a3e1cadea0d72be28d147d219686413e7 (patch) | |
tree | 3111c0383d0b514f59aaeef0a2f656acc595fd8a /src/whatsthis.h | |
parent | 56ffa61b35fc088a0e7e2aa885b9ffed82c8d8be (diff) | |
download | knmap-d598a49a3e1cadea0d72be28d147d219686413e7.tar.gz knmap-d598a49a3e1cadea0d72be28d147d219686413e7.zip |
Convert to TDE R14 API
Diffstat (limited to 'src/whatsthis.h')
-rw-r--r-- | src/whatsthis.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/whatsthis.h b/src/whatsthis.h index 37479a0..e325d1e 100644 --- a/src/whatsthis.h +++ b/src/whatsthis.h @@ -27,24 +27,24 @@ # include <config.h> #endif -#include <qobject.h> -#include <qwhatsthis.h> +#include <ntqobject.h> +#include <ntqwhatsthis.h> #include "global.h" // forward class definitions // ========================= -class QPoint; +class TQPoint; // WhatsThis class definition // ========================== -class WhatsThis : public QObject, public QWhatsThis +class WhatsThis : public TQObject, public TQWhatsThis { Q_OBJECT public: - WhatsThis( QWidget* widget ); - QString text( const QPoint& pos ); + WhatsThis( TQWidget* widget ); + TQString text( const TQPoint& pos ); signals: void clicked( ); |