summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-27 21:38:57 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-27 21:38:57 +0000
commitb2c7e50d518ae81b3f01cd93611cf61403e20ec7 (patch)
treeac1a0cd73f97dc2fc4a5d1b280606bd703e6d7a3
parente6b462ab30b1c39164278b516481ae622a3fcaf8 (diff)
downloadtderadio-b2c7e50d.tar.gz
tderadio-b2c7e50d.zip
Fix a number of accidental tqStatus string conversions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kradio@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kradio3/plugins/recording/recording-monitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kradio3/plugins/recording/recording-monitor.cpp b/kradio3/plugins/recording/recording-monitor.cpp
index 289c38f..063a095 100644
--- a/kradio3/plugins/recording/recording-monitor.cpp
+++ b/kradio3/plugins/recording/recording-monitor.cpp
@@ -42,7 +42,7 @@ RecordingMonitor::RecordingMonitor(const TQString &name)
l0->addWidget( new TQLabel(i18n("SoundStream"), this), 0, 0);
l0->addWidget(m_comboSoundStreamSelector = new KComboBox( this), 0, 1);
- l0->addWidget( new TQLabel(i18n("tqStatus"), this), 1, 0);
+ l0->addWidget( new TQLabel(i18n("Status"), this), 1, 0);
l0->addWidget(m_labeltqStatus = new TQLabel(i18n("<undefined>"), this), 1, 1);
l0->addWidget( new TQLabel(i18n("Recording File"), this), 2, 0);
l0->addWidget(m_labelFileName = new TQLabel(i18n("<undefined>"), this), 2, 1);