diff options
Diffstat (limited to 'kdeui/kguiitem.cpp')
-rw-r--r-- | kdeui/kguiitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/kguiitem.cpp b/kdeui/kguiitem.cpp index 7b73c7401..abcc3868a 100644 --- a/kdeui/kguiitem.cpp +++ b/kdeui/kguiitem.cpp @@ -135,7 +135,7 @@ TQString KGuiItem::plainText() const int resultLength = 0; stripped.setLength(len); - const TQChar* data = d->m_text.unicode(); + const TQChar* data = d->m_text.tqunicode(); for ( int pos = 0; pos < len; ++pos ) { if ( data[ pos ] != '&' ) |