From eba47f8f0637f451e21348187591e1f1fd58ac74 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:46 +0000 Subject: TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksnapshot/windowgrabber.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'ksnapshot/windowgrabber.h') diff --git a/ksnapshot/windowgrabber.h b/ksnapshot/windowgrabber.h index 43598576..d6a56d6c 100644 --- a/ksnapshot/windowgrabber.h +++ b/ksnapshot/windowgrabber.h @@ -20,8 +20,8 @@ #ifndef WINDOWGRABBER_H #define WINDOWGRABBER_H -#include -#include +#include +#include #include #include #include @@ -34,23 +34,23 @@ public: WindowGrabber(); ~WindowGrabber(); - static QPixmap grabCurrent( bool includeDecorations = true ); + static TQPixmap grabCurrent( bool includeDecorations = true ); signals: - void windowGrabbed( const QPixmap & ); + void windowGrabbed( const TQPixmap & ); protected: - void mousePressEvent( QMouseEvent * ); - void mouseReleaseEvent( QMouseEvent * ); - void mouseMoveEvent( QMouseEvent * ); - void wheelEvent( QWheelEvent * ); + void mousePressEvent( TQMouseEvent * ); + void mouseReleaseEvent( TQMouseEvent * ); + void mouseMoveEvent( TQMouseEvent * ); + void wheelEvent( TQWheelEvent * ); private: void drawBorder(); - void increaseScope( const QPoint & ); - void decreaseScope( const QPoint & ); - int windowIndex( const QPoint & ) const; - std::vector windows; + void increaseScope( const TQPoint & ); + void decreaseScope( const TQPoint & ); + int windowIndex( const TQPoint & ) const; + std::vector windows; int current; int yPos; }; -- cgit v1.2.3