From d598a49a3e1cadea0d72be28d147d219686413e7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 11:31:17 -0500 Subject: Convert to TDE R14 API --- src/whatsthis.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/whatsthis.h') 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 #endif -#include -#include +#include +#include #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( ); -- cgit v1.2.1