2015-02-06 Fred Gleason <fredg@paravelsystems.com>

* Cleaned up Qt object calls in 'rdlogmanager/'.
This commit is contained in:
Fred Gleason
2015-02-06 19:18:11 -05:00
parent aba02162d3
commit b09942e494
15 changed files with 137 additions and 118 deletions

View File

@@ -2,9 +2,7 @@
//
// List Rivendell Log Clocks
//
// (C) Copyright 2002-2004 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: list_clocks.h,v 1.15.8.2 2014/01/10 19:32:54 cvs Exp $
// (C) Copyright 2002-2015 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
@@ -41,7 +39,7 @@ class ListClocks : public QDialog
{
Q_OBJECT
public:
ListClocks(QString *clockname=NULL,QWidget *parent=0,const char *name=0);
ListClocks(QString *clockname=NULL,QWidget *parent=0);
QSize sizeHint() const;
QSizePolicy sizePolicy() const;