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 @@
//
// Edit A Rivendell Log Grid
//
// (C) Copyright 2002-2004 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: edit_grid.h,v 1.8.8.1 2013/10/11 17:16:49 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
@@ -38,7 +36,7 @@ class EditGrid : public QDialog
{
Q_OBJECT
public:
EditGrid(QString servicename,QWidget *parent=0,const char *name=0);
EditGrid(QString servicename,QWidget *parent=0);
QSize sizeHint() const;
QSizePolicy sizePolicy() const;