summaryrefslogtreecommitdiffstats
path: root/kolourpaint/tools/kptoolcolorpicker.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:46 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:46 +0000
commiteba47f8f0637f451e21348187591e1f1fd58ac74 (patch)
tree448f10b95c656604acc331a3236c1e59bde5c1ad /kolourpaint/tools/kptoolcolorpicker.h
parentc7e8736c69373f48b0401319757c742e8607431a (diff)
downloadtdegraphics-eba47f8f0637f451e21348187591e1f1fd58ac74.tar.gz
tdegraphics-eba47f8f0637f451e21348187591e1f1fd58ac74.zip
TQt conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kolourpaint/tools/kptoolcolorpicker.h')
-rw-r--r--kolourpaint/tools/kptoolcolorpicker.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kolourpaint/tools/kptoolcolorpicker.h b/kolourpaint/tools/kptoolcolorpicker.h
index 46fc94be..6ebaa6d7 100644
--- a/kolourpaint/tools/kptoolcolorpicker.h
+++ b/kolourpaint/tools/kptoolcolorpicker.h
@@ -34,8 +34,8 @@
#include <kpcolor.h>
#include <kptool.h>
-class QPoint;
-class QRect;
+class TQPoint;
+class TQRect;
class kpColorToolBar;
@@ -52,18 +52,18 @@ public:
virtual bool returnToPreviousToolAfterEndDraw () const { return true; }
private:
- QString haventBegunDrawUserMessage () const;
+ TQString haventBegunDrawUserMessage () const;
public:
virtual void begin ();
virtual void beginDraw ();
- virtual void draw (const QPoint &thisPoint, const QPoint &, const QRect &);
+ virtual void draw (const TQPoint &thisPoint, const TQPoint &, const TQRect &);
virtual void cancelShape ();
virtual void releasedAllButtons ();
- virtual void endDraw (const QPoint &thisPoint, const QRect &);
+ virtual void endDraw (const TQPoint &thisPoint, const TQRect &);
private:
- kpColor colorAtPixel (const QPoint &p);
+ kpColor colorAtPixel (const TQPoint &p);
kpColor m_oldColor;
};
@@ -76,7 +76,7 @@ public:
kpMainWindow *mainWindow);
virtual ~kpToolColorPickerCommand ();
- virtual QString name () const;
+ virtual TQString name () const;
virtual int size () const;