diff options
Diffstat (limited to 'kexi/widget/kexipropertyeditorview.cpp')
-rw-r--r-- | kexi/widget/kexipropertyeditorview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/widget/kexipropertyeditorview.cpp b/kexi/widget/kexipropertyeditorview.cpp index 122d95146..e2a5ac310 100644 --- a/kexi/widget/kexipropertyeditorview.cpp +++ b/kexi/widget/kexipropertyeditorview.cpp @@ -76,7 +76,7 @@ void KexiObjectInfoLabel::updateName() if (txt.isEmpty()) txt = m_objectName; else if (!m_objectName.isEmpty()) - txt += TQString(" \"%1\"").tqarg(m_objectName); + txt += TQString(" \"%1\"").arg(m_objectName); m_objectNameLabel->setText(txt); } |