mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-15 07:01:20 +02:00
2018-08-07 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'pam_rd' plug-in. * Removed rdchunk(1). * Upgraded Qt3 to Qt4.
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
//
|
||||
|
||||
#include <rdmarker_button.h>
|
||||
//Added by qt3to4:
|
||||
#include <QKeyEvent>
|
||||
|
||||
RDMarkerButton::RDMarkerButton(QWidget *parent)
|
||||
: RDPushButton(parent)
|
||||
@@ -32,7 +34,7 @@ RDMarkerButton::RDMarkerButton(const QString &text,QWidget *parent)
|
||||
}
|
||||
|
||||
|
||||
RDMarkerButton::RDMarkerButton(const QIconSet &icon,const QString &text,
|
||||
RDMarkerButton::RDMarkerButton(const QIcon &icon,const QString &text,
|
||||
QWidget *parent)
|
||||
: RDPushButton(icon,text,parent)
|
||||
{
|
||||
|
Reference in New Issue
Block a user