summaryrefslogtreecommitdiffstats
path: root/kommander/editor/sizehandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/sizehandle.h')
-rw-r--r--kommander/editor/sizehandle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/editor/sizehandle.h b/kommander/editor/sizehandle.h
index 4def5429..ac7c68a2 100644
--- a/kommander/editor/sizehandle.h
+++ b/kommander/editor/sizehandle.h
@@ -38,7 +38,7 @@ class SizeHandle : public TQWidget
public:
enum Direction { LeftTop, Top, RightTop, Right, RightBottom, Bottom, LeftBottom, Left };
- SizeHandle( FormWindow *tqparent, Direction d, WidgetSelection *s );
+ SizeHandle( FormWindow *parent, Direction d, WidgetSelection *s );
void setWidget( TQWidget *w );
void setActive( bool a );
void updateCursor();
@@ -69,7 +69,7 @@ private:
class WidgetSelection
{
public:
- WidgetSelection( FormWindow *tqparent, TQPtrDict<WidgetSelection> *selDict );
+ WidgetSelection( FormWindow *parent, TQPtrDict<WidgetSelection> *selDict );
void setWidget( TQWidget *w, bool updateDict = TRUE );
bool isUsed() const;