Fix a number of accidental tqStatus string conversions

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/soundkonverter@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 23b2d72e22
commit 517fa997fd

@ -157,7 +157,7 @@ ConfigGeneralPage::ConfigGeneralPage( Config* _config, TQWidget *parent, const c
box->addSpacing( 5 );
TQHBoxLayout* updateDelayBox = new TQHBoxLayout( box, 6 );
TQLabel* lUpdateDelay = new TQLabel( i18n("tqStatus update delay (time in msec.)")+":", parent, "lUpdateDelay" );
TQLabel* lUpdateDelay = new TQLabel( i18n("Status update delay (time in msec.)")+":", parent, "lUpdateDelay" );
updateDelayBox->addWidget( lUpdateDelay );
iUpdateDelay = new KIntSpinBox( 100, 5000, 100, config->data.general.updateDelay, 10, parent, "iUpdateDelay" );
TQToolTip::add( iUpdateDelay, i18n("Update the progress bar in this interval (time in milliseconds)") );

Loading…
Cancel
Save