mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +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:
@@ -24,7 +24,9 @@
|
||||
#include <qdialog.h>
|
||||
#include <qsqldatabase.h>
|
||||
#include <qpushbutton.h>
|
||||
#include <qtextview.h>
|
||||
#include <q3textview.h>
|
||||
//Added by qt3to4:
|
||||
#include <QResizeEvent>
|
||||
|
||||
#include <rdcart.h>
|
||||
|
||||
@@ -44,7 +46,7 @@ class EditNotes : public QDialog
|
||||
void cancelData();
|
||||
|
||||
private:
|
||||
QTextView *notes_view;
|
||||
Q3TextView *notes_view;
|
||||
QPushButton *notes_ok_button;
|
||||
QPushButton *notes_cancel_button;
|
||||
RDCart *notes_cart;
|
||||
|
||||
Reference in New Issue
Block a user