diff options
Diffstat (limited to 'karbon/commands/vtextcmd.cc')
-rw-r--r-- | karbon/commands/vtextcmd.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/commands/vtextcmd.cc b/karbon/commands/vtextcmd.cc index 5bab728d..32e7b031 100644 --- a/karbon/commands/vtextcmd.cc +++ b/karbon/commands/vtextcmd.cc @@ -26,7 +26,7 @@ #include "vtext.h" #include "vtextcmd.h" -VTextCmd::VTextCmd( KarbonPart* part, const QFont& font, const QString& text ) +VTextCmd::VTextCmd( KarbonPart* part, const TQFont& font, const TQString& text ) : VShapeCmd( part, i18n( "Insert Text" ) ), m_font( font ), m_text( text ) { } |