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

* Removed all CVS tags.
	* Removed 'const char *name' parameter from all QObject contructors.
This commit is contained in:
Fred Gleason
2016-05-24 13:13:26 -04:00
parent db9da6dc62
commit 698b475933
1059 changed files with 4795 additions and 7935 deletions

View File

@@ -2,15 +2,13 @@
//
// Select a Rivendell Log
//
// (C) Copyright 2007,2016 Fred Gleason <fredg@paravelsystems.com>
//
// The RDListLogs class creates a basic dialog that displays a list of logs
// (log name, description, and service) and allows the user to select one. If
// user security is enabled (by passing a an RDUser object to the constructor)
// then the list of logs is filtered based on the users permissions.
//
// (C) Copyright 2007 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: rdlist_logs.h,v 1.8 2010/07/29 19:32:33 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.
@@ -34,7 +32,6 @@
#include <qpushbutton.h>
#include <rduser.h>
class RDListLogs : public QDialog
{
Q_OBJECT
@@ -47,7 +44,7 @@ class RDListLogs : public QDialog
* user security should be used instead of host based security.
*/
RDListLogs(QString *logname,const QString &stationname,
QWidget *parent=0,const char *name=0,RDUser *rduser=0);
QWidget *parent=0,RDUser *rduser=0);
QSize sizeHint() const;
QSizePolicy sizePolicy() const;