X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FQError.h;h=a697a8a4c14552097069fb03a62c614671ac2033;hb=1fcedd4b635807e7046342f324d054c04c37f054;hp=17a498afb9e0b3be5ef9b2edef2a4b247a74a1b6;hpb=4792af4928d0d5156b7fc94ff386092b7f3a3f0b;p=lyx.git diff --git a/src/frontends/qt2/QError.h b/src/frontends/qt2/QError.h index 17a498afb9..a697a8a4c1 100644 --- a/src/frontends/qt2/QError.h +++ b/src/frontends/qt2/QError.h @@ -1,32 +1,34 @@ // -*- C++ -*- /** * \file QError.h - * Copyright 2001 the LyX Team - * Read the file COPYING + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * - * \author John Levon + * \author John Levon + * + * Full author contact details are available in file CREDITS */ #ifndef QERROR_H #define QERROR_H + #include "Qt2Base.h" class ControlError; class QErrorDialog; -class Dialogs; -class QError : - public Qt2CB > -{ - friend class QErrorDialog; +class QError + : public Qt2CB > +{ public: - QError(ControlError &, Dialogs &); + friend class QErrorDialog; + QError(); private: /// Apply changes - virtual void apply() {}; + virtual void apply() {} /// update virtual void update_contents(); /// build the dialog