mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +02:00
2021-01-13 Fred Gleason <fredg@paravelsystems.com>
* Renamed the 'RDCartDrag' class to 'RD3CartDrag'. * Renamed the 'RDEmptyCart' widget to 'RD3EmptyCart'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include <qtextedit.h>
|
||||
|
||||
#include <rddialog.h>
|
||||
#include <rdemptycart.h>
|
||||
#include <rd3emptycart.h>
|
||||
#include <rdevent.h>
|
||||
#include <rdsimpleplayer.h>
|
||||
|
||||
@@ -166,7 +166,7 @@ class EditEvent : public RDDialog
|
||||
std::vector<QString> *event_new_events;
|
||||
RDSimplePlayer *event_player;
|
||||
QTextEdit *event_remarks_edit;
|
||||
RDEmptyCart *event_empty_cart;
|
||||
RD3EmptyCart *event_empty_cart;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user