Fix remaining instances of tqStatus embedded in user visible strings

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knemo@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru v3.5.13
tpearson 13 years ago
parent 7d5a3b58a2
commit 97c8a684bd

@ -43,7 +43,7 @@ InterfaceStatusDialog::InterfaceStatusDialog( Interface* interface, TQWidget* pa
mInterface( interface )
{
setIcon( SmallIcon( "knemo" ) );
setCaption( interface->getName() + " " + i18n( "Interface tqStatus" ) );
setCaption( interface->getName() + " " + i18n( "Interface Status" ) );
updateDialog();
if ( interface->getData().available )
{

Loading…
Cancel
Save