mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2019-10-01 Fred Gleason <fredg@paravelsystems.com>
* Refactored dialogs in the convenience library to use the 'RDDialog' and 'RDWidget' base classes.
This commit is contained in:
@@ -25,13 +25,13 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include <qcombobox.h>
|
||||
#include <qdialog.h>
|
||||
#include <qlabel.h>
|
||||
#include <qpushbutton.h>
|
||||
#include <qstringlist.h>
|
||||
#include <qtcpsocket.h>
|
||||
|
||||
#include "rdcddbrecord.h"
|
||||
#include <rdcddbrecord.h>
|
||||
#include <rddialog.h>
|
||||
|
||||
//
|
||||
// Default Settings
|
||||
@@ -48,7 +48,7 @@
|
||||
* database server.
|
||||
**/
|
||||
|
||||
class RDCddbLookup : public QDialog
|
||||
class RDCddbLookup : public RDDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
Reference in New Issue
Block a user