From 99b6e67bc8346777320023a96c278cfd8eb386f1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 27 Aug 2011 21:38:57 +0000 Subject: Fix a number of accidental tqStatus string conversions git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/piklab@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/progs/gpsim/gui/gpsim_group_ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/progs') diff --git a/src/progs/gpsim/gui/gpsim_group_ui.cpp b/src/progs/gpsim/gui/gpsim_group_ui.cpp index 74e6edf..931ffaf 100644 --- a/src/progs/gpsim/gui/gpsim_group_ui.cpp +++ b/src/progs/gpsim/gui/gpsim_group_ui.cpp @@ -18,7 +18,7 @@ GPSim::ConfigWidget::ConfigWidget(const ::Programmer::Group &group, TQWidget *pa : ::Programmer::ConfigWidget(group, parent) { uint row = numRows(); - TQLabel *label = new TQLabel(i18n("tqStatus:"), this); + TQLabel *label = new TQLabel(i18n("Status:"), this); addWidget(label, row,row, 0,0); _status = new TQLabel(this); addWidget(_status, row,row, 1,1); -- cgit v1.2.1