mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02: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,7 +23,7 @@
|
||||
#define RDLICENSE_H
|
||||
|
||||
#include <qdialog.h>
|
||||
#include <qtextedit.h>
|
||||
#include <q3textedit.h>
|
||||
|
||||
class RDLicense : public QDialog
|
||||
{
|
||||
@@ -41,7 +41,7 @@ class RDLicense : public QDialog
|
||||
void closeData();
|
||||
|
||||
private:
|
||||
QTextEdit *license_edit;
|
||||
Q3TextEdit *license_edit;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user