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 --- kghostview/kgvpagedecorator.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'kghostview/kgvpagedecorator.h') diff --git a/kghostview/kgvpagedecorator.h b/kghostview/kgvpagedecorator.h index 72ceb956..40839fdc 100644 --- a/kghostview/kgvpagedecorator.h +++ b/kghostview/kgvpagedecorator.h @@ -19,43 +19,43 @@ #ifndef KGVPAGEDECORATOR_H #define KGVPAGEDECORATOR_H -#include +#include class KGVPageDecorator : public QHBox { public: - KGVPageDecorator( QWidget* parent = 0, const char* name = 0 ); + KGVPageDecorator( TQWidget* parent = 0, const char* name = 0 ); ~KGVPageDecorator() { ; } unsigned int margin() const; unsigned int borderWidth() const; /** - * Reimplemented from QObject to let mouse events from child widgets + * Reimplemented from TQObject to let mouse events from child widgets * appear to come from this widget. */ - bool eventFilter( QObject*, QEvent* ); + bool eventFilter( TQObject*, TQEvent* ); protected: /** - * Reimplemented from QObject to automatically insert an event filter + * Reimplemented from TQObject to automatically insert an event filter * on child widgets. */ - virtual void childEvent( QChildEvent* ); + virtual void childEvent( TQChildEvent* ); /** - * Reimplemented from QFrame to draw a pageshadow like frame. + * Reimplemented from TQFrame to draw a pageshadow like frame. */ - virtual void drawFrame( QPainter* ); + virtual void drawFrame( TQPainter* ); /** * Draw the mask of both the frame and the contents in order to create a * partially transparent frame. */ - virtual void drawMask( QPainter* ); + virtual void drawMask( TQPainter* ); /** - * Reimplemented from QWidget. It uses @ref drawMask() to draw the mask + * Reimplemented from TQWidget. It uses @ref drawMask() to draw the mask * of the frame when transparency is required. */ virtual void updateMask(); @@ -63,7 +63,7 @@ protected: private: unsigned int _margin; unsigned int _borderWidth; - QPoint _shadowOffset; + TQPoint _shadowOffset; }; inline unsigned int KGVPageDecorator::margin() const -- cgit v1.2.1