summaryrefslogtreecommitdiffstats
path: root/kolourpaint/kpview.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-03-05 05:07:44 +0100
committerSlávek Banko <slavek.banko@axis.cz>2015-03-05 05:07:44 +0100
commit357c5d375f2bbb11bafae91ecafe27bf7de60dc2 (patch)
treef65f166c7e4b52f60a17338e97879c93fc655262 /kolourpaint/kpview.h
parentdc1420defbbd96b3499a6e9ad2b597e02a1c1637 (diff)
downloadtdegraphics-357c5d375f2bbb11bafae91ecafe27bf7de60dc2.tar.gz
tdegraphics-357c5d375f2bbb11bafae91ecafe27bf7de60dc2.zip
Fix incorrectly renamed strings
Diffstat (limited to 'kolourpaint/kpview.h')
-rw-r--r--kolourpaint/kpview.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/kolourpaint/kpview.h b/kolourpaint/kpview.h
index 879c2b0e..a43eb12e 100644
--- a/kolourpaint/kpview.h
+++ b/kolourpaint/kpview.h
@@ -59,7 +59,7 @@ class kpViewScrollableContainer;
class kpView : public TQWidget
{
Q_OBJECT
-
+
public:
/**
@@ -148,8 +148,8 @@ public:
/**
* Sets the horizontal and vertical zoom levels.
*
- * @param hzoomQt::Horizontal zoom level.
- * @param vzoomQt::Vertical zoom level.
+ * @param hzoom Horizontal zoom level.
+ * @param vzoom Vertical zoom level.
*
* If reimplementing, you must call this base implementation.
*/
@@ -228,7 +228,7 @@ protected slots:
public:
/**
- * @param viewXQt::Horizontal position in view coordinates.
+ * @param viewX Horizontal position in view coordinates.
*
* @returns viewX transformed to document coordinates, based on the
* origin() and zoomLevelX().
@@ -236,7 +236,7 @@ public:
double transformViewToDocX (double viewX) const;
/**
- * @param viewYQt::Vertical position in view coordinates.
+ * @param viewY Vertical position in view coordinates.
*
* @returns viewY transformed to document coordinates, based on the
* origin() and zoomLevelY().
@@ -265,7 +265,7 @@ public:
/**
- * @param docXQt::Horizontal position in document coordinates.
+ * @param docX Horizontal position in document coordinates.
*
* @returns docX transformed to view coordinates, based on the origin()
* and zoomLevelX().
@@ -273,7 +273,7 @@ public:
double transformDocToViewX (double docX) const;
/**
- * @param docYQt::Vertical position in document coordinates.
+ * @param docY Vertical position in document coordinates.
*
* @returns docY transformed to view coordinates, based on the origin()
* and zoomLevelY().
@@ -313,8 +313,8 @@ public:
*/
TQPoint transformViewToOtherView (const TQPoint &viewPoint,
const kpView *otherView);
-
-
+
+
/**
* @returns the approximate view width required to display the entire
* document(), based on the zoom level only.
@@ -374,7 +374,7 @@ public:
* is set to queue updates.
*/
void updateQueuedArea ();
-
+
void updateMicroFocusHint (const TQRect &microFocusHint);
@@ -484,7 +484,7 @@ protected:
virtual void dragEnterEvent (TQDragEnterEvent *);
virtual void dragLeaveEvent (TQDragLeaveEvent *);
-
+
virtual void imStartEvent (TQIMEvent *e);
virtual void imComposeEvent (TQIMEvent *e);
virtual void imEndEvent (TQIMEvent *e);