mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +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:
@@ -21,6 +21,8 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <qstringlist.h>
|
||||
//Added by qt3to4:
|
||||
#include <QPixmap>
|
||||
|
||||
#include <rd.h>
|
||||
#include <rdcart.h>
|
||||
@@ -35,7 +37,7 @@
|
||||
#include "../icons/trashcan-16x16.xpm"
|
||||
|
||||
RDCartDrag::RDCartDrag(unsigned cartnum,const QPixmap *icon,QWidget *src)
|
||||
: QStoredDrag(RDMIMETYPE_CART,src)
|
||||
: Q3StoredDrag(RDMIMETYPE_CART,src)
|
||||
{
|
||||
SetData(cartnum,QColor(),QString());
|
||||
if(icon==NULL) {
|
||||
@@ -62,7 +64,7 @@ RDCartDrag::RDCartDrag(unsigned cartnum,const QPixmap *icon,QWidget *src)
|
||||
|
||||
RDCartDrag::RDCartDrag(unsigned cartnum,const QString &title,
|
||||
const QColor &color,QWidget *src)
|
||||
: QStoredDrag(RDMIMETYPE_CART,src)
|
||||
: Q3StoredDrag(RDMIMETYPE_CART,src)
|
||||
{
|
||||
SetData(cartnum,color,title);
|
||||
if(cartnum==0) {
|
||||
|
Reference in New Issue
Block a user