summaryrefslogtreecommitdiffstats
path: root/krdc/kremoteview.h
diff options
context:
space:
mode:
Diffstat (limited to 'krdc/kremoteview.h')
-rw-r--r--krdc/kremoteview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/krdc/kremoteview.h b/krdc/kremoteview.h
index 6aa68151..0b0ae11c 100644
--- a/krdc/kremoteview.h
+++ b/krdc/kremoteview.h
@@ -66,7 +66,7 @@ class KRemoteView : public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- KRemoteView(TQWidget *tqparent = 0,
+ KRemoteView(TQWidget *parent = 0,
const char *name = 0,
WFlags f = 0);
@@ -266,7 +266,7 @@ signals:
* Emitted when the mouse on the remote side has been moved.
* @param x the new x coordinate
* @param y the new y coordinate
- * @param buttonMask the tqmask of mouse buttons (bit 0 for first mouse
+ * @param buttonMask the mask of mouse buttons (bit 0 for first mouse
* button, 1 for second button etc)a
*/
void mouseStateChanged(int x, int y, int buttonMask);