diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-27 21:38:57 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-27 21:38:57 +0000 |
commit | b2c7e50d518ae81b3f01cd93611cf61403e20ec7 (patch) | |
tree | ac1a0cd73f97dc2fc4a5d1b280606bd703e6d7a3 /kradio3 | |
parent | e6b462ab30b1c39164278b516481ae622a3fcaf8 (diff) | |
download | tderadio-b2c7e50d518ae81b3f01cd93611cf61403e20ec7.tar.gz tderadio-b2c7e50d518ae81b3f01cd93611cf61403e20ec7.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
Diffstat (limited to 'kradio3')
-rw-r--r-- | kradio3/plugins/recording/recording-monitor.cpp | 2 |
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); |