Browse Source

2016-05-24 Fred Gleason <fredg@paravelsystems.com>

* Removed all CVS tags.
	* Removed 'const char *name' parameter from all QObject contructors.
pull/133/head
Fred Gleason 7 years ago
parent
commit
698b475933
  1. 3
      ChangeLog
  2. 4
      Makefile.am
  3. 4
      acinclude.m4
  4. 4
      autogen.sh
  5. 4
      cae/Makefile.am
  6. 2
      cae/cae.cpp
  7. 6
      cae/cae_hpi.cpp
  8. 4
      cae/cae_socket.cpp
  9. 4
      cae/cae_socket.h
  10. 4
      conf/rd-bin.conf.in
  11. 5
      debian/Makefile.am
  12. 5
      debian/patches/Makefile.am
  13. 5
      docs/examples/Makefile.am
  14. 4
      get_distro.sh
  15. 4
      get_target.sh
  16. 5
      helpers/Makefile.am
  17. 5
      helpers/cwrap.cpp
  18. 5
      helpers/cwrap.h
  19. 5
      helpers/rdpack.sh
  20. 5
      helpers/rdtrans.sh
  21. 5
      helpers/rdtransgui.sh
  22. 5
      helpers/setenvvar.sh
  23. 5
      icons/Makefile.am
  24. 5
      importers/Makefile.am
  25. 5
      importers/export_slax
  26. 8
      importers/nexgen_filter.cpp
  27. 4
      importers/nexgen_filter.h
  28. 9
      importers/panel_copy.cpp
  29. 7
      importers/panel_copy.h
  30. 11
      importers/rdcatch_copy.cpp
  31. 7
      importers/rdcatch_copy.h
  32. 9
      importers/rivendell_filter.cpp
  33. 5
      importers/rivendell_filter.h
  34. 11
      importers/sas_filter.cpp
  35. 5
      importers/sas_filter.h
  36. 9
      importers/wings_filter.cpp
  37. 5
      importers/wings_filter.h
  38. 4
      install-init.sh
  39. 4
      ios/Makefile.am
  40. 4
      ios/rmlsend/Classes/Makefile.am
  41. 4
      ios/rmlsend/Classes/RMLSendAppDelegate.h
  42. 4
      ios/rmlsend/Classes/RMLSendAppDelegate.m
  43. 4
      ios/rmlsend/Classes/RMLSendViewController.h
  44. 4
      ios/rmlsend/Classes/RMLSendViewController.m
  45. 4
      ios/rmlsend/Classes/TextFieldDelegate.h
  46. 4
      ios/rmlsend/Classes/TextFieldDelegate.m
  47. 4
      ios/rmlsend/Makefile.am
  48. 4
      ios/rmlsend/RMLSend.xcodeproj/Makefile.am
  49. 4
      ios/rmlsend/RMLSend_Prefix.pch
  50. 4
      ios/rmlsend/main.m
  51. 4
      lib/export_bmiemr.cpp
  52. 4
      lib/export_deltaflex.cpp
  53. 4
      lib/export_musicclassical.cpp
  54. 4
      lib/export_musicplayout.cpp
  55. 4
      lib/export_musicsummary.cpp
  56. 4
      lib/export_nprsoundex.cpp
  57. 4
      lib/export_radiotraffic.cpp
  58. 4
      lib/export_soundex.cpp
  59. 4
      lib/export_technical.cpp
  60. 4
      lib/export_textlog.cpp
  61. 4
      lib/gpio.h
  62. 4
      lib/html_gpl2_win32.cpp
  63. 4
      lib/rd.h
  64. 8
      lib/rdadd_cart.cpp
  65. 7
      lib/rdadd_cart.h
  66. 9
      lib/rdadd_log.cpp
  67. 7
      lib/rdadd_log.h
  68. 4
      lib/rdairplay_conf.cpp
  69. 4
      lib/rdairplay_conf.h
  70. 4
      lib/rdaudio_exists.cpp
  71. 6
      lib/rdaudio_exists.h
  72. 4
      lib/rdaudio_port.cpp
  73. 4
      lib/rdaudio_port.h
  74. 5
      lib/rdaudioconvert.cpp
  75. 3
      lib/rdaudioconvert.h
  76. 8
      lib/rdaudioexport.cpp
  77. 7
      lib/rdaudioexport.h
  78. 6
      lib/rdaudioimport.cpp
  79. 5
      lib/rdaudioimport.h
  80. 9
      lib/rdaudioinfo.cpp
  81. 7
      lib/rdaudioinfo.h
  82. 4
      lib/rdaudiosettings.cpp
  83. 4
      lib/rdaudiosettings.h
  84. 9
      lib/rdaudiosettings_dialog.cpp
  85. 6
      lib/rdaudiosettings_dialog.h
  86. 7
      lib/rdaudiostore.cpp
  87. 5
      lib/rdaudiostore.h
  88. 9
      lib/rdbusybar.cpp
  89. 6
      lib/rdbusybar.h
  90. 8
      lib/rdbusydialog.cpp
  91. 7
      lib/rdbusydialog.h
  92. 8
      lib/rdbutton_dialog.cpp
  93. 14
      lib/rdbutton_dialog.h
  94. 4
      lib/rdbutton_panel.cpp
  95. 4
      lib/rdbutton_panel.h
  96. 7
      lib/rdcae.cpp
  97. 5
      lib/rdcae.h
  98. 8
      lib/rdcardselector.cpp
  99. 7
      lib/rdcardselector.h
  100. 2
      lib/rdcart.cpp

3
ChangeLog

@ -15155,3 +15155,6 @@
'LOGS.START_DATE' and 'LOGS.END_DATE' fields in the database
[GitHub issue #000121].
* Incremented the database version to 257.
2016-05-24 Fred Gleason <fredg@paravelsystems.com>
* Removed all CVS tags.
* Removed 'const char *name' parameter from all QObject contructors.

4
Makefile.am

@ -4,9 +4,7 @@
##
## Use automake to process this into a Makefile.in
##
## (C) Copyright 2002-2010 Fred Gleason <fredg@paravelsystems.com>
##
## $Id: Makefile.am,v 1.65.6.6 2013/01/14 16:35:58 cvs Exp $
## (C) Copyright 2002-2016 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 2 as

4
acinclude.m4

@ -2,13 +2,11 @@ dnl acinclude.m4
dnl
dnl Local Autoconf macro definitions for LibRHpi
dnl
dnl (C) Copyright 2006 Fred Gleason <fredg@paravelsystems.com>
dnl (C) Copyright 2006,2016 Fred Gleason <fredg@paravelsystems.com>
dnl
dnl BNV_HAVE_QT Macro Copyright (C) 2001, 2002, 2003, 2005, 2006
dnl Bastiaan Veelo
dnl
dnl $Id: acinclude.m4,v 1.7.8.2 2012/08/08 19:48:29 cvs Exp $
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License version 2 as
dnl published by the Free Software Foundation.

4
autogen.sh

@ -1,8 +1,6 @@
#!/bin/sh
##
## (C) Copyright 2002-2003 Fred Gleason <fredg@paravelsystems.com>
##
## $Id: autogen.sh,v 1.5 2010/07/29 19:32:30 cvs Exp $
## (C) Copyright 2002-2003,2016 Fred Gleason <fredg@paravelsystems.com>
##
## Adapted from './autogen.sh' in the Jack Audio Connection Kit.
## Copyright (C) 2001-2003 Paul Davis, et al.

4
cae/Makefile.am

@ -2,9 +2,7 @@
##
## Core Audio Engine Makefile.am for Rivendell
##
## Copyright 2002-2006 Fred Gleason <fredg@paravelsystems.com>
##
## $Id: Makefile.am,v 1.33.8.1 2012/11/29 01:37:34 cvs Exp $
## Copyright 2002-2006,2016 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 2 as

2
cae/cae.cpp

@ -392,7 +392,7 @@ void MainObject::newConnection(int fd)
close(fd);
return;
}
socket[i]=new RDSocket(i,this,"socket_0");
socket[i]=new RDSocket(i,this);
socket[i]->setSocket(fd);
connect(socket[i],SIGNAL(readyReadID(int)),this,SLOT(socketData(int)));
connect(socket[i],SIGNAL(connectionClosedID(int)),

6
cae/cae_hpi.cpp

@ -2,9 +2,7 @@
//
// The HPI Driver for the Core Audio Engine component of Rivendell
//
// (C) Copyright 2002-2004 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: cae_hpi.cpp,v 1.38.6.2 2012/11/30 16:14:58 cvs Exp $
// (C) Copyright 2002-2004,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@ -33,7 +31,7 @@ void MainObject::hpiInit(RDStation *station)
play[i][j]=NULL;
}
}
sound_card=new RDHPISoundCard(this,"sound_card");
sound_card=new RDHPISoundCard(this);
sound_card->setFadeProfile(RD_FADE_TYPE);
for(int i=0;i<sound_card->getCardQuantity();i++) {
cae_driver[i]=RDStation::Hpi;

4
cae/cae_socket.cpp

@ -2,9 +2,7 @@
//
// The Core Audio Engine component of Rivendell
//
// (C) Copyright 2002 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: cae_socket.cpp,v 1.9 2010/07/29 19:32:30 cvs Exp $
// (C) Copyright 2002,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
cae/cae_socket.h

@ -2,9 +2,7 @@
//
// The Core Audio Engine component of Rivendell
//
// (C) Copyright 2002 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: cae_socket.h,v 1.7 2010/07/29 19:32:30 cvs Exp $
// (C) Copyright 2002,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
conf/rd-bin.conf.in

@ -2,9 +2,7 @@
#
# This is the Apache Web Server configuration for Rivendell.
#
# (C) Copyright 2007,2010 Fred Gleason <fredg@paravelsystems.com>
#
# $Id: rd-bin.conf.in,v 1.5 2011/06/23 19:47:28 cvs Exp $
# (C) Copyright 2007,2010,2016 Fred Gleason <fredg@paravelsystems.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as

5
debian/Makefile.am

@ -4,10 +4,7 @@
##
## Use automake to process this into a Makefile.in
##
## (C) Copyright 2002-2005 Fred Gleason <fredg@paravelsystems.com>
##
## $Id: Makefile.am,v 1.9.14.1 2012/11/29 01:37:35 cvs Exp $
## $Date: 2012/11/29 01:37:35 $
## (C) Copyright 2002-2005,2016 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 2 as

5
debian/patches/Makefile.am

@ -4,10 +4,7 @@
##
## Use automake to process this into a Makefile.in
##
## (C) Copyright 2002-2005 Fred Gleason <fredg@paravelsystems.com>
##
## $Id: Makefile.am,v 1.1 2007/06/07 15:09:43 grauf Exp $
## $Date: 2007/06/07 15:09:43 $
## (C) Copyright 2002-2005,2016 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 2 as

5
docs/examples/Makefile.am

@ -2,10 +2,7 @@
##
## docs/examples/automake.am for Rivendell
##
## (C) Copyright 2002-2006 Fred Gleason <fredg@paravelsystems.com>
##
## $Id: Makefile.am,v 1.1.6.1 2013/12/10 21:25:49 cvs Exp $
## $Date: 2013/12/10 21:25:49 $
## (C) Copyright 2002-2006,2016 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 2 as

4
get_distro.sh

@ -5,9 +5,7 @@
# Try to determine the distribution name and version of the host machine.
# Used as part of the AR_GET_DISTRO() macro.
#
# (C) Copyright 2012 Fred Gleason <fredg@salemradiolabs.com>
#
# $Id: get_distro.sh,v 1.1.1.1 2014/02/17 13:26:17 cvs Exp $
# (C) Copyright 2012,2016 Fred Gleason <fredg@salemradiolabs.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as

4
get_target.sh

@ -5,9 +5,7 @@
# Return machine target information from gcc(1)
# Used as part of the AR_GCC_TARGET() macro.
#
# (C) Copyright 2012 Fred Gleason <fredg@salemradiolabs.com>
#
# $Id: get_target.sh,v 1.1.1.1 2014/02/17 13:26:17 cvs Exp $
# (C) Copyright 2012,2016 Fred Gleason <fredg@salemradiolabs.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as

5
helpers/Makefile.am

@ -2,10 +2,7 @@
##
## helper/ Automake.am for Rivendell
##
## (C) Copyright 2003-2005 Fred Gleason <fredg@paravelsystems.com>
##
## $Id: Makefile.am,v 1.9.6.1 2012/11/29 01:37:35 cvs Exp $
## $Date: 2012/11/29 01:37:35 $
## (C) Copyright 2003-2005,2016 Fred Gleason <fredg@paravelsystems.com>
##
## Use automake to process this into a Makefile.in
##

5
helpers/cwrap.cpp

@ -3,10 +3,7 @@
// A utility for wrapping arbitrary file data in C-compaibile source
// statements.
//
// (C) Copyright 2003 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: cwrap.cpp,v 1.3 2007/02/14 21:48:41 fredg Exp $
// $Date: 2007/02/14 21:48:41 $
// (C) Copyright 2003,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

5
helpers/cwrap.h

@ -3,10 +3,7 @@
// A utility for wrapping arbitrary file data in C-compaibile source
// statements.
//
// (C) Copyright 2003 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: cwrap.h,v 1.3 2007/02/14 21:48:41 fredg Exp $
// $Date: 2007/02/14 21:48:41 $
// (C) Copyright 2003,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

5
helpers/rdpack.sh

@ -4,10 +4,7 @@
#
# A shell utility for packaging Rivendell translation files.
#
# (C) Copyright 2005,2008 Fred Gleason <fredg@paravelsystems.com>
#
# $Id: rdpack.sh,v 1.6 2010/07/29 19:32:32 cvs Exp $
# $Date: 2010/07/29 19:32:32 $
# (C) Copyright 2005,2008,2016 Fred Gleason <fredg@paravelsystems.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as

5
helpers/rdtrans.sh

@ -4,10 +4,7 @@
#
# A shell utility for managing Rivendell translation files.
#
# (C) Copyright 2005,2008 Fred Gleason <fredg@paravelsystems.com>
#
# $Id: rdtrans.sh,v 1.7 2010/07/29 19:32:32 cvs Exp $
# $Date: 2010/07/29 19:32:32 $
# (C) Copyright 2005,2008,2016 Fred Gleason <fredg@paravelsystems.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as

5
helpers/rdtransgui.sh

@ -5,10 +5,7 @@
# A GUi interface for rdtrans.sh script that is used to manage Rivendell
# translation files.
#
# (C) Copyright 2010 Frederick Henderson <frederickjh@henderson-meier.org>
#
# $Id: rdtransgui.sh,v 1.1 2011/03/01 21:00:07 cvs Exp $
# $Date: 2011/03/01 21:00:07 $
# (C) Copyright 2010,2016 Frederick Henderson <frederickjh@henderson-meier.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as

5
helpers/setenvvar.sh

@ -5,10 +5,7 @@
# A utility for setting environmental variables to be used by the
# rdtrans.sh script that is used to manage Rivendell translation files.
#
# (C) Copyright 2010 Frederick Henderson <frederickjh@henderson-meier.org>
#
# $Id: setenvvar.sh,v 1.1 2011/03/01 21:00:07 cvs Exp $
# $Date: 2011/03/01 21:00:07 $
# (C) Copyright 2010,2016 Frederick Henderson <frederickjh@henderson-meier.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as

5
icons/Makefile.am

@ -2,10 +2,7 @@
##
## icons/automake.am for Rivendell
##
## (C) Copyright 2002-2006 Fred Gleason <fredg@salemradiolabs.com>
##
## $Id: Makefile.am,v 1.19.2.3 2013/12/30 19:56:11 cvs Exp $
## $Date: 2013/12/30 19:56:11 $
## (C) Copyright 2002-2006,2016 Fred Gleason <fredg@salemradiolabs.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 2 as

5
importers/Makefile.am

@ -2,10 +2,7 @@
##
## Automake.am for rivendell/importers
##
## (C) Copyright 2002-2006 Fred Gleason <fredg@paravelsystems.com>
##
## $Id: Makefile.am,v 1.18.8.2 2012/11/29 01:37:35 cvs Exp $
## $Date: 2012/11/29 01:37:35 $
## (C) Copyright 2002-2006,2016 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 2 as

5
importers/export_slax

@ -4,10 +4,7 @@
#
# Export the current Rivendell archive as a SLAX module.
#
# (C) Copyright 2006 Fred Gleason <fredg@paravelsystems.com>
#
# $Id: export_slax,v 1.4 2007/02/14 21:48:41 fredg Exp $
# $Date: 2007/02/14 21:48:41 $
# (C) Copyright 2006,2016 Fred Gleason <fredg@paravelsystems.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as

8
importers/nexgen_filter.cpp

@ -4,8 +4,6 @@
//
// (C) Copyright 2012 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: nexgen_filter.cpp,v 1.1.2.8 2013/06/20 20:24:45 cvs Exp $
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
@ -55,8 +53,8 @@
RDConfig *rdconfig;
MainObject::MainObject(QObject *parent,const char *name)
: QObject(parent,name)
MainObject::MainObject(QObject *parent)
: QObject(parent)
{
QString group_name;
QString audio_dir;
@ -708,6 +706,6 @@ void MainObject::Print(const QString &msg) const
int main(int argc,char *argv[])
{
QApplication a(argc,argv,false);
new MainObject(NULL,"main");
new MainObject(NULL);
return a.exec();
}

4
importers/nexgen_filter.h

@ -4,8 +4,6 @@
//
// (C) Copyright 2012 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: nexgen_filter.h,v 1.1.2.5 2013/06/20 20:24:45 cvs Exp $
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
@ -42,7 +40,7 @@ class MainObject : public QObject
{
Q_OBJECT
public:
MainObject(QObject *parent=0,const char *name=0);
MainObject(QObject *parent=0);
private:
void ProcessArchive(const QString &filename);

9
importers/panel_copy.cpp

@ -4,9 +4,6 @@
//
// (C) Copyright 2002-2005 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: panel_copy.cpp,v 1.7 2010/07/29 19:32:32 cvs Exp $
// $Date: 2010/07/29 19:32:32 $
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
@ -33,8 +30,8 @@
#include <rdcmd_switch.h>
MainObject::MainObject(QObject *parent,const char *name)
: QObject(parent,name)
MainObject::MainObject(QObject *parent)
: QObject(parent)
{
bool found=false;
QString src_hostname;
@ -214,6 +211,6 @@ MainObject::MainObject(QObject *parent,const char *name)
int main(int argc,char *argv[])
{
QApplication a(argc,argv,false);
new MainObject(NULL,"main");
new MainObject(NULL);
return a.exec();
}

7
importers/panel_copy.h

@ -2,10 +2,7 @@
//
// A utility for copying SoundPanel assignments between databases.
//
// (C) Copyright 2002-2005 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: panel_copy.h,v 1.5 2010/07/29 19:32:32 cvs Exp $
// $Date: 2010/07/29 19:32:32 $
// (C) Copyright 2002-2005,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@ -36,7 +33,7 @@ class MainObject : public QObject
{
Q_OBJECT
public:
MainObject(QObject *parent=0,const char *name=0);
MainObject(QObject *parent=0);
private:
QSqlDatabase *src_db;

11
importers/rdcatch_copy.cpp

@ -2,10 +2,7 @@
//
// An RDCatch event copier.
//
// (C) Copyright 2002-2005 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: rdcatch_copy.cpp,v 1.8 2010/07/29 19:32:32 cvs Exp $
// $Date: 2010/07/29 19:32:32 $
// (C) Copyright 2002-2005,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@ -33,8 +30,8 @@
#include <rdcmd_switch.h>
#include <rddb.h>
MainObject::MainObject(QObject *parent,const char *name)
: QObject(parent,name)
MainObject::MainObject(QObject *parent)
: QObject(parent)
{
bool found=false;
QString src_hostname;
@ -330,6 +327,6 @@ MainObject::MainObject(QObject *parent,const char *name)
int main(int argc,char *argv[])
{
QApplication a(argc,argv,false);
new MainObject(NULL,"main");
new MainObject(NULL);
return a.exec();
}

7
importers/rdcatch_copy.h

@ -2,10 +2,7 @@
//
// An RDCatch event copier.
//
// (C) Copyright 2002-2005 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: rdcatch_copy.h,v 1.6 2010/07/29 19:32:32 cvs Exp $
// $Date: 2010/07/29 19:32:32 $
// (C) Copyright 2002-2005,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@ -40,7 +37,7 @@ class MainObject : public QObject
{
Q_OBJECT
public:
MainObject(QObject *parent=0,const char *name=0);
MainObject(QObject *parent=0);
private:
QSqlDatabase *src_db;

9
importers/rivendell_filter.cpp

@ -4,9 +4,6 @@
//
// (C) Copyright 2002-2005,2008 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: rivendell_filter.cpp,v 1.3 2010/07/29 19:32:32 cvs Exp $
// $Date: 2010/07/29 19:32:32 $
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
@ -46,8 +43,8 @@
RDConfig *rdconfig;
MainObject::MainObject(QObject *parent,const char *name)
: QObject(parent,name)
MainObject::MainObject(QObject *parent)
: QObject(parent)
{
QString ext_dbname;
QString ext_hostname;
@ -492,6 +489,6 @@ MainObject::MainObject(QObject *parent,const char *name)
int main(int argc,char *argv[])
{
QApplication a(argc,argv,false);
new MainObject(NULL,"main");
new MainObject(NULL);
return a.exec();
}

5
importers/rivendell_filter.h

@ -4,9 +4,6 @@
//
// (C) Copyright 2002-2005, 2008 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: rivendell_filter.h,v 1.3 2010/07/29 19:32:32 cvs Exp $
// $Date: 2010/07/29 19:32:32 $
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
@ -36,7 +33,7 @@ class MainObject : public QObject
{
Q_OBJECT
public:
MainObject(QObject *parent=0,const char *name=0);
MainObject(QObject *parent=0);
};

11
importers/sas_filter.cpp

@ -4,9 +4,6 @@
//
// (C) Copyright 2002-2004 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: sas_filter.cpp,v 1.11 2011/06/21 22:20:43 cvs Exp $
// $Date: 2011/06/21 22:20:43 $
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
@ -42,8 +39,8 @@
//
MainObject::MainObject(QObject *parent,const char *name)
: QObject(parent,name)
MainObject::MainObject(QObject *parent)
: QObject(parent)
{
bool skip_db_check=false;
unsigned schema=0;
@ -95,7 +92,7 @@ MainObject::MainObject(QObject *parent,const char *name)
//
// RDCatchd Connection
//
filter_connect=new RDCatchConnect(0,this,"filter_connect");
filter_connect=new RDCatchConnect(0,this);
filter_connect->connectHost("localhost",RDCATCHD_TCP_PORT,
rd_config->password());
@ -278,6 +275,6 @@ void MainObject::InjectCartEvent(QString sql,int gpo)
int main(int argc,char *argv[])
{
QApplication a(argc,argv,false);
new MainObject(NULL,"main");
new MainObject(NULL);
return a.exec();
}

5
importers/sas_filter.h

@ -4,9 +4,6 @@
//
// (C) Copyright 2002-2004 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: sas_filter.h,v 1.7 2010/07/29 19:32:32 cvs Exp $
// $Date: 2010/07/29 19:32:32 $
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
@ -40,7 +37,7 @@ class MainObject : public QObject
{
Q_OBJECT
public:
MainObject(QObject *parent=0,const char *name=0);
MainObject(QObject *parent=0);
private:
void InsertList();

9
importers/wings_filter.cpp

@ -4,9 +4,6 @@
//
// (C) Copyright 2002-2004 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: wings_filter.cpp,v 1.13 2010/07/29 19:32:33 cvs Exp $
// $Date: 2010/07/29 19:32:33 $
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
@ -43,8 +40,8 @@
RDConfig *rdconfig;
MainObject::MainObject(QObject *parent,const char *name)
: QObject(parent,name)
MainObject::MainObject(QObject *parent)
: QObject(parent)
{
//
// Read Command Options
@ -324,6 +321,6 @@ void MainObject::TrimSpaces(char *str)
int main(int argc,char *argv[])
{
QApplication a(argc,argv,false);
new MainObject(NULL,"main");
new MainObject(NULL);
return a.exec();
}

5
importers/wings_filter.h

@ -4,9 +4,6 @@
//
// (C) Copyright 2002-2005 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: wings_filter.h,v 1.9 2010/07/29 19:32:33 cvs Exp $
// $Date: 2010/07/29 19:32:33 $
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
@ -56,7 +53,7 @@ class MainObject : public QObject
{
Q_OBJECT
public:
MainObject(QObject *parent=0,const char *name=0);
MainObject(QObject *parent=0);
private:
bool ImportCut(RDGroup *group,struct WingsRecord *rec,RDWaveFile *wavefile);

4
install-init.sh

@ -4,9 +4,7 @@
#
# Install the init scripts for Rivendell
#
# (C) Copyright 2005 Fred Gleason <fredg@paravelsystems.com>
#
# $Id: install-init.sh,v 1.7 2010/07/29 19:32:30 cvs Exp $
# (C) Copyright 2005,2016 Fred Gleason <fredg@paravelsystems.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as

4
ios/Makefile.am

@ -2,9 +2,7 @@
##
## Automake.am for rivendell/ios
##
## (C) Copyright 2011 Fred Gleason <fredg@paravelsystems.com>
##
## $Id: Makefile.am,v 1.1.6.1 2012/11/29 01:37:35 cvs Exp $
## (C) Copyright 2011,2016 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as

4
ios/rmlsend/Classes/Makefile.am

@ -2,9 +2,7 @@
##
## Automake.am for rivendell/ios/rmlsend/Classes
##
## (C) Copyright 2011 Fred Gleason <fredg@paravelsystems.com>
##
## $Id: Makefile.am,v 1.1 2011/05/27 16:53:00 cvs Exp $
## (C) Copyright 2011,2016 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as

4
ios/rmlsend/Classes/RMLSendAppDelegate.h

@ -2,10 +2,8 @@
// RMLSendAppDelegate.h
// RMLSend
//
// (C) Copyright 2010 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2010,2016 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: RMLSendAppDelegate.h,v 1.2 2011/05/27 17:20:14 cvs Exp $
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.

4
ios/rmlsend/Classes/RMLSendAppDelegate.m

@ -2,9 +2,7 @@
// RMLSendAppDelegate.m
// RMLSend
//
// (C) Copyright 2010 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: RMLSendAppDelegate.m,v 1.3 2011/05/31 22:47:33 cvs Exp $
// (C) Copyright 2010,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
ios/rmlsend/Classes/RMLSendViewController.h

@ -2,9 +2,7 @@
// RMLSendViewController.h
// RMLSend
//
// (C) Copyright 2010 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: RMLSendViewController.h,v 1.3 2011/05/31 22:47:33 cvs Exp $
// (C) Copyright 2010,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
ios/rmlsend/Classes/RMLSendViewController.m

@ -2,9 +2,7 @@
// RMLSendViewController.m
// RMLSend
//
// (C) Copyright 2010 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: RMLSendViewController.m,v 1.3 2011/05/31 22:47:33 cvs Exp $
// (C) Copyright 2010,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
ios/rmlsend/Classes/TextFieldDelegate.h

@ -2,9 +2,7 @@
// TextFieldDelegate.h
// RMLSend
//
// (C) Copyright 2010 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: TextFieldDelegate.h,v 1.2 2011/05/27 17:20:14 cvs Exp $
// (C) Copyright 2010,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
ios/rmlsend/Classes/TextFieldDelegate.m

@ -2,9 +2,7 @@
// TextFieldDelegate.m
// RMLSend
//
// (C) Copyright 2010 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: TextFieldDelegate.m,v 1.2 2011/05/27 17:20:14 cvs Exp $
// (C) Copyright 2010,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
ios/rmlsend/Makefile.am

@ -2,9 +2,7 @@
##
## Automake.am for rivendell/ios/rmlsend
##
## (C) Copyright 2011 Fred Gleason <fredg@paravelsystems.com>
##
## $Id: Makefile.am,v 1.1.6.1 2012/11/29 01:37:35 cvs Exp $
## (C) Copyright 2011,2016 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as

4
ios/rmlsend/RMLSend.xcodeproj/Makefile.am

@ -2,9 +2,7 @@
##
## Automake.am for rivendell/ios/rmlsend/RMLSend.xcodeproj
##
## (C) Copyright 2011 Fred Gleason <fredg@paravelsystems.com>
##
## $Id: Makefile.am,v 1.1.6.1 2012/11/29 01:37:35 cvs Exp $
## (C) Copyright 2011,2016 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as

4
ios/rmlsend/RMLSend_Prefix.pch

@ -1,9 +1,7 @@
//
// Prefix header for all source files of the 'RMLSend' target in the 'RMLSend' project
//
// (C) Copyright 2010 Fred Gleason <fredg@paravelsystems.com>
//
// $Id:$
// (C) Copyright 2010,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
ios/rmlsend/main.m

@ -2,9 +2,7 @@
// main.m
// RMLSend
//
// (C) Copyright 2010 Fred Gleason <fredg@paravelsystems.com>
//
// $Id:$
// (C) Copyright 2010,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
lib/export_bmiemr.cpp

@ -2,9 +2,7 @@
//
// Export a Rivendell Report to BMI EMR Format
//
// (C) Copyright 2002-2006 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: export_bmiemr.cpp,v 1.10.8.1.2.1 2014/03/19 23:50:20 cvs Exp $
// (C) Copyright 2002-2006,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
lib/export_deltaflex.cpp

@ -2,9 +2,7 @@
//
// Export a Rivendell Report to CBSI DeltaFlex
//
// (C) Copyright 2002-2005 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: export_deltaflex.cpp,v 1.12.6.1 2013/02/08 21:41:44 cvs Exp $
// (C) Copyright 2002-2005,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
lib/export_musicclassical.cpp

@ -2,9 +2,7 @@
//
// Export a Rivendell Classical Music Playout report
//
// (C) Copyright 2014 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: export_musicclassical.cpp,v 1.1.2.1 2014/05/20 22:39:33 cvs Exp $
// (C) Copyright 2014,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
lib/export_musicplayout.cpp

@ -2,9 +2,7 @@
//
// Export a Rivendell Report to an ASCII Text File.
//
// (C) Copyright 2012 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: export_musicplayout.cpp,v 1.1.2.2.2.1 2014/05/20 22:39:33 cvs Exp $
// (C) Copyright 2012,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
lib/export_musicsummary.cpp

@ -2,9 +2,7 @@
//
// Export a Rivendell Report to an ASCII Text File.
//
// (C) Copyright 2012 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: export_musicsummary.cpp,v 1.1.2.1 2012/08/13 20:08:27 cvs Exp $
// (C) Copyright 2012,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
lib/export_nprsoundex.cpp

@ -2,9 +2,7 @@
//
// Export a Rivendell NPR SoundExchange Report to an ASCII Text File.
//
// (C) Copyright 2002-2006,2013 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: export_nprsoundex.cpp,v 1.1.2.2.2.1 2014/06/24 18:27:03 cvs Exp $
// (C) Copyright 2002-2006,2013,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
lib/export_radiotraffic.cpp

@ -2,9 +2,7 @@
//
// Export a Rivendell Report to RadioTraffic.com
//
// (C) Copyright 2002-2005,2009 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: export_radiotraffic.cpp,v 1.2.8.1 2013/02/08 21:41:44 cvs Exp $
// (C) Copyright 2002-2005,2009,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
lib/export_soundex.cpp

@ -2,9 +2,7 @@
//
// Export a Rivendell SoundExchange Report to an ASCII Text File.
//
// (C) Copyright 2002-2006 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: export_soundex.cpp,v 1.9 2010/07/29 19:32:33 cvs Exp $
// (C) Copyright 2002-2006,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
lib/export_technical.cpp

@ -2,9 +2,7 @@
//
// Export a Rivendell Technical Report to an ASCII Text File.
//
// (C) Copyright 2002-2006 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: export_technical.cpp,v 1.9.8.1 2012/11/16 18:10:39 cvs Exp $
// (C) Copyright 2002-2006,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
lib/export_textlog.cpp

@ -2,9 +2,7 @@
//
// Export a Rivendell Report to an ASCII Text File.
//
// (C) Copyright 2002-2005 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: export_textlog.cpp,v 1.11.8.1 2012/11/16 18:10:39 cvs Exp $
// (C) Copyright 2002-2005,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
lib/gpio.h

@ -2,9 +2,7 @@
//
// A device driver for MeasurementComputing GPIO cards.
//
// Copyright 2002-2003 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: gpio.h,v 1.1 2007/09/18 11:20:00 fredg Exp $
// Copyright 2002-2003,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU Library General Public License

4
lib/html_gpl2_win32.cpp

@ -1,8 +1,6 @@
// html_gpl2_win32.cpp
//
// Copyright 2002-2003 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: html_gpl2_win32.cpp,v 1.1 2007/09/14 14:06:24 fredg Exp $
// Copyright 2002-2003,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU Library General Public License

4
lib/rd.h

@ -2,9 +2,7 @@
//
// System-Wide Values for Rivendell
//
// (C) Copyright 2002-2006 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: rd.h,v 1.194.6.14.2.1 2014/05/22 14:30:44 cvs Exp $
// (C) Copyright 2002-2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

8
lib/rdadd_cart.cpp

@ -2,9 +2,7 @@
//
// Add a Rivendell Cart
//
// (C) Copyright 2002-2004 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: rdadd_cart.cpp,v 1.8.10.1 2014/05/19 19:31:15 cvs Exp $
// (C) Copyright 2002-2004,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@ -44,8 +42,8 @@
RDAddCart::RDAddCart(QString *group,RDCart::Type *type,QString *title,
const QString &username,RDSystem *system,
QWidget *parent,const char *name)
: QDialog(parent,name,true)
QWidget *parent)
: QDialog(parent,"",true)
{
QString sql;
RDSqlQuery *q;

7
lib/rdadd_cart.h

@ -2,9 +2,7 @@
//
// Add a Rivendell Cart
//
// (C) Copyright 2002-2004 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: rdadd_cart.h,v 1.5 2010/07/29 19:32:33 cvs Exp $
// (C) Copyright 2002-2004,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@ -36,8 +34,7 @@ class RDAddCart : public QDialog
Q_OBJECT
public:
RDAddCart(QString *group,RDCart::Type *type,QString *title,
const QString &username,RDSystem *system,
QWidget *parent=0,const char *name=0);
const QString &username,RDSystem *system,QWidget *parent=0);
QSize sizeHint() const;
QSizePolicy sizePolicy() const;

9
lib/rdadd_log.cpp

@ -2,9 +2,7 @@
//
// Create a Rivendell Log
//
// (C) Copyright 2002-2004 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: rdadd_log.cpp,v 1.15.10.2 2014/05/21 20:29:01 cvs Exp $
// (C) Copyright 2002-2004,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@ -39,9 +37,8 @@
RDAddLog::RDAddLog(QString *logname,QString *svcname,RDStation *station,
QString caption,QWidget *parent,const char *name,
RDUser *rduser)
: QDialog(parent,name,true)
QString caption,QWidget *parent,RDUser *rduser)
: QDialog(parent,"",true)
{
QStringList services_list;
log_name=logname;

7
lib/rdadd_log.h

@ -5,9 +5,7 @@
// This class creates a basic dialog requesting from the user a name and
// corresponding service that is later used to create a new log.
//
// (C) Copyright 2002-2003 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: rdadd_log.h,v 1.8.10.1 2014/05/21 18:19:42 cvs Exp $
// (C) Copyright 2002-2003,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@ -47,8 +45,7 @@ class RDAddLog : public QDialog
* user security should be used instead of host based security.
*/
RDAddLog(QString *logname,QString *svcname,RDStation *station,
QString caption,QWidget *parent=0,const char *name=0,
RDUser *rduser=0);
QString caption,QWidget *parent=0,RDUser *rduser=0);
~RDAddLog();
QSize sizeHint() const;
QSizePolicy sizePolicy() const;

4
lib/rdairplay_conf.cpp

@ -2,9 +2,7 @@
//
// Abstract an RDAirPlay Configuration.
//
// (C) Copyright 2002-2003 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: rdairplay_conf.cpp,v 1.35.8.6 2014/02/10 20:45:09 cvs Exp $
// (C) Copyright 2002-2003,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
lib/rdairplay_conf.h

@ -2,9 +2,7 @@
//
// Abstract RDAirPlay Configuration
//
// (C) Copyright 2002-2003 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: rdairplay_conf.h,v 1.36.8.5 2014/02/10 20:45:09 cvs Exp $
// (C) Copyright 2002-2003,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
lib/rdaudio_exists.cpp

@ -2,9 +2,7 @@
//
// Test for the existence of audio in a Rivendell Audio Cut.
//
// (C) Copyright 2002-2003 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: rdaudio_exists.cpp,v 1.10 2010/09/13 23:14:25 cvs Exp $
// (C) Copyright 2002-2003,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

6
lib/rdaudio_exists.h

@ -2,9 +2,7 @@
//
// Test for the existence of a Rivendell Audio Cut.
//
// (C) Copyright 2002-2003 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: rdaudio_exists.h,v 1.3 2007/02/14 21:48:41 fredg Exp $
// (C) Copyright 2002-2003,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@ -26,4 +24,4 @@
bool RDAudioExists(QString cutname);
#endif
#endif // RDAUDIO_EXISTS_H

4
lib/rdaudio_port.cpp

@ -2,9 +2,7 @@
//
// Abstract a Rivendell Audio Port.
//
// (C) Copyright 2002-2003 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: rdaudio_port.cpp,v 1.12.8.1 2012/08/03 16:52:39 cvs Exp $
// (C) Copyright 2002-2003,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

4
lib/rdaudio_port.h

@ -2,9 +2,7 @@
//
// Abstract a Rivendell Audio Port
//
// (C) Copyright 2002-2003 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: rdaudio_port.h,v 1.9.8.1 2012/08/03 16:52:39 cvs Exp $
// (C) Copyright 2002-2003,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

5
lib/rdaudioconvert.cpp

@ -56,9 +56,8 @@
#define STAGE2_XFER_SIZE 2048
#define STAGE2_BUFFER_SIZE 49152
RDAudioConvert::RDAudioConvert(const QString &station_name,
QObject *parent,const char *name)
: QObject(parent,name)
RDAudioConvert::RDAudioConvert(const QString &station_name,QObject *parent)
: QObject(parent)
{
conv_start_point=-1;
conv_end_point=-1;

3
lib/rdaudioconvert.h

@ -48,8 +48,7 @@ class RDAudioConvert : public QObject
ErrorNoDestination=3,ErrorInvalidSource=4,ErrorInternal=5,
ErrorFormatNotSupported=6,ErrorNoDisc=7,ErrorNoTrack=8,
ErrorInvalidSpeed=9,ErrorFormatError=10,ErrorNoSpace=11};
RDAudioConvert(const QString &station_name,
QObject *parent=0,const char *name=0);
RDAudioConvert(const QString &station_name,QObject *parent=0);
~RDAudioConvert();
void setSourceFile(const QString &filename);