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:
@@ -21,14 +21,19 @@
|
||||
#ifndef IMPORT_LISTVIEW_H
|
||||
#define IMPORT_LISTVIEW_H
|
||||
|
||||
#include <qlistview.h>
|
||||
#include <q3listview.h>
|
||||
#include <qpixmap.h>
|
||||
#include <qpopupmenu.h>
|
||||
#include <q3popupmenu.h>
|
||||
//Added by qt3to4:
|
||||
#include <QDragEnterEvent>
|
||||
#include <QDropEvent>
|
||||
#include <QMouseEvent>
|
||||
#include <QFocusEvent>
|
||||
|
||||
#include <rdeventimportlist.h>
|
||||
//#include <rdlog_event.h>
|
||||
|
||||
class ImportListView : public QListView
|
||||
class ImportListView : public Q3ListView
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -72,10 +77,10 @@ class ImportListView : public QListView
|
||||
QPixmap *import_macro_map;
|
||||
QPixmap *import_notemarker_map;
|
||||
QPixmap *import_mic16_map;
|
||||
QPopupMenu *import_menu;
|
||||
Q3PopupMenu *import_menu;
|
||||
int import_menu_line;
|
||||
RDEventImportItem *import_menu_i_item;
|
||||
QListViewItem *import_menu_item;
|
||||
Q3ListViewItem *import_menu_item;
|
||||
RDLogLine::TransType import_force_trans;
|
||||
bool import_allow_stop;
|
||||
bool import_allow_first_trans;
|
||||
|
||||
Reference in New Issue
Block a user