mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2019-10-04 Fred Gleason <fredg@paravelsystems.com>
* Refactored rdlogmanager(1) to use the 'RDDialog' and 'RDWidget' base classes.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// edit_clockline.h
|
||||
//
|
||||
// Edit A Rivendell Log Clock
|
||||
// Edit A Rivendell Log Clock Event
|
||||
//
|
||||
// (C) Copyright 2002-2018 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -21,16 +21,13 @@
|
||||
#ifndef EDIT_CLOCKLINE_H
|
||||
#define EDIT_CLOCKLINE_H
|
||||
|
||||
#include <qdialog.h>
|
||||
#include <qsqldatabase.h>
|
||||
#include <qlineedit.h>
|
||||
#include <q3datetimeedit.h>
|
||||
|
||||
#include <rdevent_line.h>
|
||||
#include <rdclock.h>
|
||||
#include <rddialog.h>
|
||||
#include <rdtimeedit.h>
|
||||
|
||||
class EditEventLine : public QDialog
|
||||
class EditEventLine : public RDDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
Reference in New Issue
Block a user