summaryrefslogtreecommitdiffstats
path: root/kig/modes/label.h
diff options
context:
space:
mode:
Diffstat (limited to 'kig/modes/label.h')
-rw-r--r--kig/modes/label.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kig/modes/label.h b/kig/modes/label.h
index 7d8f842a..b016d691 100644
--- a/kig/modes/label.h
+++ b/kig/modes/label.h
@@ -72,7 +72,7 @@ protected:
virtual void finish( const Coordinate& c, const TQString& s,
const argvect& props, bool needframe,
- ObjectCalcer* locationtqparent ) = 0;
+ ObjectCalcer* locationparent ) = 0;
private:
// the KigMode interface..
@@ -111,7 +111,7 @@ public:
void finish( const Coordinate& coord, const TQString& s,
const argvect& props, bool needframe,
- ObjectCalcer* locationtqparent );
+ ObjectCalcer* locationparent );
};
class TextLabelRedefineMode
@@ -120,7 +120,7 @@ class TextLabelRedefineMode
ObjectTypeCalcer* mlabel;
void finish( const Coordinate& coord, const TQString& s,
const argvect& props, bool needframe,
- ObjectCalcer* locationtqparent );
+ ObjectCalcer* locationparent );
public:
TextLabelRedefineMode( KigPart& d, ObjectTypeCalcer* label );
~TextLabelRedefineMode();