diff options
Diffstat (limited to 'kspy/spy.h')
-rw-r--r-- | kspy/spy.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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; |