diff options
Diffstat (limited to 'kig/objects')
-rw-r--r-- | kig/objects/text_type.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kig/objects/text_type.cc b/kig/objects/text_type.cc index 09e84c30..425094c2 100644 --- a/kig/objects/text_type.cc +++ b/kig/objects/text_type.cc @@ -144,7 +144,7 @@ void TextType::executeAction( int i, ObjectHolder& o, ObjectTypeCalcer& c, if ( i == 0 ) { - TQClipboard* cb = kapp->tqclipboard(); + TQClipboard* cb = kapp->clipboard(); // copy the text into the clipboard const TextImp* ti = static_cast<const TextImp*>( c.imp() ); |