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,10 +23,10 @@
|
||||
|
||||
#include <qwidget.h>
|
||||
#include <qlabel.h>
|
||||
#include <qlistview.h>
|
||||
#include <qlistbox.h>
|
||||
#include <q3listview.h>
|
||||
#include <q3listbox.h>
|
||||
#include <qcombobox.h>
|
||||
#include <qtextedit.h>
|
||||
#include <q3textedit.h>
|
||||
#include <qpixmap.h>
|
||||
#include <qcheckbox.h>
|
||||
#include <qsqldatabase.h>
|
||||
@@ -61,16 +61,16 @@ class MacroCart : public QWidget
|
||||
void editMacroData();
|
||||
void runLineMacroData();
|
||||
void runCartMacroData();
|
||||
void doubleClickedData(QListViewItem *,const QPoint &,int);
|
||||
void doubleClickedData(Q3ListViewItem *,const QPoint &,int);
|
||||
|
||||
private:
|
||||
void RefreshList();
|
||||
void RefreshLine(QListViewItem *item);
|
||||
void RefreshLine(Q3ListViewItem *item);
|
||||
void AddLine(unsigned line,RDMacro *cmd);
|
||||
void DeleteLine(QListViewItem *item);
|
||||
void DeleteLine(Q3ListViewItem *item);
|
||||
void UpdateLength();
|
||||
RDCart *rdcart_cart;
|
||||
QListView *rdcart_macro_list;
|
||||
Q3ListView *rdcart_macro_list;
|
||||
QLabel *rdcart_macro_list_label;
|
||||
RDMacroEvent *rdcart_events;
|
||||
RDMacro rdcart_clipboard;
|
||||
|
||||
Reference in New Issue
Block a user