mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01: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:
@@ -23,15 +23,15 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <qlistview.h>
|
||||
#include <q3listview.h>
|
||||
#include <qpixmap.h>
|
||||
|
||||
#include <rdlistview.h>
|
||||
|
||||
class RDListViewItem : public QListViewItem
|
||||
class RDListViewItem : public Q3ListViewItem
|
||||
{
|
||||
public:
|
||||
RDListViewItem(QListView *parent);
|
||||
RDListViewItem(Q3ListView *parent);
|
||||
int line() const;
|
||||
void setLine(int line);
|
||||
int id() const;
|
||||
@@ -43,7 +43,7 @@ class RDListViewItem : public QListViewItem
|
||||
void setTextColor(int column,QColor color,int weight);
|
||||
void paintCell(QPainter *p,const QColorGroup &cg,int column,
|
||||
int width,int align);
|
||||
int compare(QListViewItem *i,int col,bool ascending) const;
|
||||
int compare(Q3ListViewItem *i,int col,bool ascending) const;
|
||||
|
||||
private:
|
||||
int item_line;
|
||||
|
||||
Reference in New Issue
Block a user