mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2019-10-07 Fred Gleason <fredg@paravelsystems.com>
* Replaced references to 'helvetica' fonts to use font engine values in 'lib/'.
This commit is contained in:
@@ -21,13 +21,12 @@
|
||||
#ifndef RDLISTSVCS_H
|
||||
#define RDLISTSVCS_H
|
||||
|
||||
#include <qdialog.h>
|
||||
#include <q3listbox.h>
|
||||
#include <qpushbutton.h>
|
||||
//Added by qt3to4:
|
||||
#include <QResizeEvent>
|
||||
|
||||
class RDListSvcs : public QDialog
|
||||
#include <rddialog.h>
|
||||
|
||||
class RDListSvcs : public RDDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user