-rw-r--r-- | noncore/multimedia/opierec/qtrec.cpp | 54 | ||||
-rw-r--r-- | noncore/multimedia/opierec/wavFile.cpp | 2 |
2 files changed, 28 insertions, 28 deletions
diff --git a/noncore/multimedia/opierec/qtrec.cpp b/noncore/multimedia/opierec/qtrec.cpp index 4223d93..8a0f8db 100644 --- a/noncore/multimedia/opierec/qtrec.cpp +++ b/noncore/multimedia/opierec/qtrec.cpp @@ -380,3 +380,3 @@ QtRec::QtRec( QWidget* parent, const char* name, WFlags fl ) if ( !name ) - setName( "QpeRec" ); + setName( "OpieRec" ); init(); @@ -442,3 +442,3 @@ void QtRec::init() { stopped=true; - setCaption( tr( "QpeRecord " ) + QString::number(VERSION) ); + setCaption( tr( "OpieRecord " ) + QString::number(VERSION) ); QGridLayout *layout = new QGridLayout( this ); @@ -737,3 +737,3 @@ void QtRec::init() { QString url="/index.html"; - HelpWindow *help = new HelpWindow( url, ".", tab_4, "qperec_help"); + HelpWindow *help = new HelpWindow( url, ".", tab_4, "opierec_help"); layout4->addMultiCellWidget( help, 0, 1, 0, 1); @@ -745,3 +745,3 @@ void QtRec::init() { layout4->addMultiCellWidget( helpLabel, 0, 3, 0, 4 ); - helpLabel->setText( "<B>QpeRec</B><br>" + helpLabel->setText( "<B>OpieRec</B><br>" "Records files in standard wav format<br>" @@ -749,3 +749,3 @@ void QtRec::init() { "For help, please email the author<br>" - "<B>QpeRec</B> is copyright© 2002 by" + "<B>OpieRec</B> is copyright© 2002 by" " L.J. Potter<br>llornkcor@handhelds.org<BR>" @@ -760,3 +760,3 @@ void QtRec::initIconView() { ListView1->clear(); - Config cfg("QpeRec"); + Config cfg("OpieRec"); cfg.setGroup("Sounds"); @@ -825,3 +825,3 @@ void QtRec::initConfig() { int index, fred, i; - Config cfg("QpeRec"); + Config cfg("OpieRec"); cfg.setGroup("Settings"); @@ -937,3 +937,3 @@ bool QtRec::rec() { //record int fileSize=0; - Config cfg("QpeRec"); + Config cfg("OpieRec"); cfg.setGroup("Settings"); @@ -1137,3 +1137,3 @@ bool QtRec::setupAudio( bool b) { update(); - setCaption( tr( "QpeRecord " ) + QString::number(VERSION) ); + setCaption( tr( "OpieRecord " ) + QString::number(VERSION) ); stopped=true; @@ -1333,3 +1333,3 @@ bool QtRec::doPlay() { void QtRec::changebitrateCombo(int i) { - Config cfg("QpeRec"); + Config cfg("OpieRec"); cfg.setGroup("Settings"); @@ -1344,3 +1344,3 @@ void QtRec::changebitrateCombo(int i) { void QtRec::changesamplerateCombo(int i) { - Config cfg("QpeRec"); + Config cfg("OpieRec"); cfg.setGroup("Settings"); @@ -1368,3 +1368,3 @@ void QtRec::changesamplerateCombo(int i) { void QtRec::changeDirCombo(int index) { - Config cfg("QpeRec"); + Config cfg("OpieRec"); cfg.setGroup("Settings"); @@ -1390,3 +1390,3 @@ void QtRec::changeDirCombo(int index) { void QtRec::changeSizeLimitCombo(int) { - Config cfg("QpeRec"); + Config cfg("OpieRec"); cfg.setGroup("Settings"); @@ -1409,3 +1409,3 @@ void QtRec::itClick(QListViewItem *item) { currentFile=item->text(0); - setCaption("QpeRecord "+currentFile); + setCaption("OpieRecord "+currentFile); } @@ -1413,3 +1413,3 @@ void QtRec::itClick(QListViewItem *item) { void QtRec::deleteSound() { - Config cfg("QpeRec"); + Config cfg("OpieRec"); cfg.setGroup("Sounds"); @@ -1466,3 +1466,3 @@ void QtRec::deleteSound() { #endif - setCaption( tr( "QpeRecord " ) + QString::number(VERSION) ); + setCaption( tr( "OpieRecord " ) + QString::number(VERSION) ); @@ -1640,3 +1640,3 @@ void QtRec::endRecording() { qDebug("Just moved "+wavFile->currentFileName); - Config cfg("QpeRec"); + Config cfg("OpieRec"); cfg.setGroup("Sounds"); @@ -1706,3 +1706,3 @@ bool QtRec::openPlayFile() { if( currentFile.isEmpty()) { - QMessageBox::message(tr("Qperec"),tr("Please select file to play")); + QMessageBox::message(tr("Opierec"),tr("Please select file to play")); endPlaying(); @@ -1711,3 +1711,3 @@ bool QtRec::openPlayFile() { QString currentFileName; - Config cfg("QpeRec"); + Config cfg("OpieRec"); cfg.setGroup("Sounds"); @@ -1728,3 +1728,3 @@ bool QtRec::openPlayFile() { monitoring=false; - setCaption( tr( "QpeRecord " ) + QString::number(VERSION) ); + setCaption( tr( "OpieRecord " ) + QString::number(VERSION) ); QMessageBox::message(tr("Note"),tr("Could not open audio file.\n") @@ -1756,3 +1756,3 @@ void QtRec::listPressed( int mouse, QListViewItem *item, const QPoint &, int ) { currentFile=item->text(0); - setCaption( "QpeRecord "+currentFile); + setCaption( "OpieRecord "+currentFile); } @@ -1795,3 +1795,3 @@ void QtRec::doBeam() { QString file = ListView1->currentItem()->text(0); - Config cfg("QpeRec"); + Config cfg("OpieRec"); cfg.setGroup("Sounds"); @@ -1805,3 +1805,3 @@ void QtRec::doBeam() { connect(file, SIGNAL(done(Ir*)), this, SLOT( fileBeamFinished( Ir * ))); - file->send( filePath, "QpeRec audio file\n"+filePath ); + file->send( filePath, "OPieRec audio file\n"+filePath ); } @@ -1847,3 +1847,3 @@ void QtRec::okRename() { - Config cfg("QpeRec"); + Config cfg("OpieRec"); cfg.setGroup("Sounds"); @@ -1934,3 +1934,3 @@ void QtRec::doMicMuting(bool b) { void QtRec::compressionSelected(bool b) { - Config cfg("QpeRec"); + Config cfg("OpieRec"); cfg.setGroup("Settings"); @@ -2195,3 +2195,3 @@ void QtRec::fillDirectoryCombo() { int index=0; - Config cfg("QpeRec"); + Config cfg("OpieRec"); cfg.setGroup("Settings"); @@ -2226,3 +2226,3 @@ void QtRec::slotAutoMute(bool b) { autoMute=b; - Config cfg("QpeRec"); + Config cfg("OpieRec"); cfg.setGroup("Settings"); diff --git a/noncore/multimedia/opierec/wavFile.cpp b/noncore/multimedia/opierec/wavFile.cpp index 09695aa..0bb5736 100644 --- a/noncore/multimedia/opierec/wavFile.cpp +++ b/noncore/multimedia/opierec/wavFile.cpp @@ -46,3 +46,3 @@ bool WavFile::newFile() { qDebug("Set up new file"); - Config cfg("QpeRec"); + Config cfg("OpieRec"); cfg.setGroup("Settings"); |