summaryrefslogtreecommitdiffstats
path: root/src/whatsthis.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/whatsthis.h')
-rw-r--r--src/whatsthis.h12
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( );