2018-08-14 Fred Gleason <fredg@paravelsystems.com>

* Fixed style inconsistencies in dialogs within rdlibrary(1).
This commit is contained in:
Fred Gleason
2018-08-14 21:06:37 +00:00
parent 4810accd56
commit 1615861350
38 changed files with 354 additions and 306 deletions

View File

@@ -2,7 +2,7 @@
//
// The macro cart editor for RDLibrary.
//
// (C) Copyright 2002-2004,2016 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2018 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
@@ -18,10 +18,9 @@
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
#include <qbitmap.h>
//Added by qt3to4:
#include <QLabel>
#include <unistd.h>
#include <qbitmap.h>
#include <qdialog.h>
#include <qstring.h>
#include <q3listview.h>
@@ -32,7 +31,6 @@
#include <qmessagebox.h>
#include <qcheckbox.h>
#include <q3buttongroup.h>
#include <qsqldatabase.h>
#include <rd.h>
#include <rdapplication.h>