From 6bb29e17ec254094cc1399f3ad2f93f12896b3b7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 31 Aug 2011 04:15:04 +0000 Subject: Fix remaining instances of tqStatus embedded in user visible strings git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kontact/plugins/kpilot/summarywidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kontact/plugins') diff --git a/kontact/plugins/kpilot/summarywidget.cpp b/kontact/plugins/kpilot/summarywidget.cpp index c2f4739c..0d63bafd 100644 --- a/kontact/plugins/kpilot/summarywidget.cpp +++ b/kontact/plugins/kpilot/summarywidget.cpp @@ -90,7 +90,7 @@ SummaryWidget::SummaryWidget( TQWidget *parent, const char *name ) // tqStatus row++; - mDaemonStatusTextLabel = new TQLabel( i18n( "tqStatus:" ), this); + mDaemonStatusTextLabel = new TQLabel( i18n( "Status:" ), this); mLayout->addWidget( mDaemonStatusTextLabel, row, 0 ); mDaemonStatusLabel = new TQLabel( i18n( "No communication with the daemon possible" ), this ); mLayout->addMultiCellWidget( mDaemonStatusLabel, row, row, 1, 3 ); -- cgit v1.2.3