From 0a9b7cf52a2f5551c53fc13efae0f8525ff239ab 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/kdeutils@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- klaptopdaemon/battery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klaptopdaemon') diff --git a/klaptopdaemon/battery.cpp b/klaptopdaemon/battery.cpp index bee367c..5e2c279 100644 --- a/klaptopdaemon/battery.cpp +++ b/klaptopdaemon/battery.cpp @@ -140,7 +140,7 @@ BatteryConfig::BatteryConfig (TQWidget * parent, const char *name) TQHBoxLayout *hl = new TQHBoxLayout(); top_layout->addLayout(hl); - TQHGroupBox *hb = new TQHGroupBox(i18n("Current Battery tqStatus"), this); + TQHGroupBox *hb = new TQHGroupBox(i18n("Current Battery Status"), this); for (int i = 0; i < num_batteries; i++) { TQWidget *wp; -- cgit v1.2.3