summaryrefslogtreecommitdiffstats
path: root/kspy/spy.h
diff options
context:
space:
mode:
Diffstat (limited to 'kspy/spy.h')
-rw-r--r--kspy/spy.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kspy/spy.h b/kspy/spy.h
index 61d80162..09f68ac4 100644
--- a/kspy/spy.h
+++ b/kspy/spy.h
@@ -23,7 +23,7 @@
#endif
#include <kapplication.h>
-#include <qwidget.h>
+#include <tqwidget.h>
class NavView;
class PropsView;
@@ -39,16 +39,16 @@ class Spy : public QWidget
Q_OBJECT
public:
- Spy( QWidget *parent = 0, const char *name = 0 );
+ Spy( TQWidget *parent = 0, const char *name = 0 );
~Spy();
- void setTarget( QWidget *target );
+ void setTarget( TQWidget *target );
protected:
- virtual void keyPressEvent( QKeyEvent* );
+ virtual void keyPressEvent( TQKeyEvent* );
private:
- QWidget *mTarget;
+ TQWidget *mTarget;
PropsView *mPropsView;
SigSlotView *mSigSlotView;
ReceiversView *mReceiversView;