diff options
Diffstat (limited to 'kig/modes/construct_mode.h')
-rw-r--r-- | kig/modes/construct_mode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kig/modes/construct_mode.h b/kig/modes/construct_mode.h index be937723..67fe5e28 100644 --- a/kig/modes/construct_mode.h +++ b/kig/modes/construct_mode.h @@ -71,7 +71,7 @@ class BaseConstructMode // only sensible place where to deallocate it is in the destructor // of this class // ObjectHolder* mcursorholder; - std::vector<ObjectHolder*> mparents; + std::vector<ObjectHolder*> mtqparents; void leftReleased( TQMouseEvent* e, KigWidget* v ); |