mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 23:25:57 +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:
@@ -22,9 +22,11 @@
|
||||
#ifndef CLOCK_LISTVIEW_H
|
||||
#define CLOCK_LISTVIEW_H
|
||||
|
||||
#include <qlistview.h>
|
||||
#include <q3listview.h>
|
||||
#include <qpixmap.h>
|
||||
#include <qpopupmenu.h>
|
||||
#include <q3popupmenu.h>
|
||||
//Added by qt3to4:
|
||||
#include <QMouseEvent>
|
||||
|
||||
#include <rdlistview.h>
|
||||
#include <rdlog_event.h>
|
||||
@@ -47,7 +49,7 @@ class ClockListView : public RDListView
|
||||
void contentsMousePressEvent(QMouseEvent *e);
|
||||
|
||||
private:
|
||||
QPopupMenu *clock_menu;
|
||||
Q3PopupMenu *clock_menu;
|
||||
RDListViewItem *clock_menu_item;
|
||||
QWidget *clock_parent;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user