summaryrefslogtreecommitdiffstats
path: root/ksquirrel/ksquirrelpart/sq_glwidget_helpers.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:12 -0600
commit3b68f156c6c97fcccaa4ed31b5e901e2fad95a81 (patch)
tree1db844201ed3d2d715ca008743a9e8ea0235aa16 /ksquirrel/ksquirrelpart/sq_glwidget_helpers.h
parentbc35492ff852bb290006909536af53391753513f (diff)
downloadksquirrel-3b68f156c6c97fcccaa4ed31b5e901e2fad95a81.tar.gz
ksquirrel-3b68f156c6c97fcccaa4ed31b5e901e2fad95a81.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit bc35492ff852bb290006909536af53391753513f.
Diffstat (limited to 'ksquirrel/ksquirrelpart/sq_glwidget_helpers.h')
-rw-r--r--ksquirrel/ksquirrelpart/sq_glwidget_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/ksquirrelpart/sq_glwidget_helpers.h b/ksquirrel/ksquirrelpart/sq_glwidget_helpers.h
index db637ed..18e1956 100644
--- a/ksquirrel/ksquirrelpart/sq_glwidget_helpers.h
+++ b/ksquirrel/ksquirrelpart/sq_glwidget_helpers.h
@@ -66,7 +66,7 @@ namespace SQ_GLHelpers
/*
* normalize selection rectangle
* sx,sy are X and Y coordinates
- * sw x sh is a selection geometry
+ * sw x sh is a selection tqgeometry
*/
bool normalizeSelection(int &sx, int &sy, int &sw, int &sh, int w, int h, const TQWMatrix&, int curangle, int orient);
}