X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FQError.h;h=a697a8a4c14552097069fb03a62c614671ac2033;hb=1fcedd4b635807e7046342f324d054c04c37f054;hp=1737a700ba530af0a395597b486d0971b8dacc70;hpb=1e3d2fce7fdf59ffebedee91ce50d02307ce2083;p=lyx.git diff --git a/src/frontends/qt2/QError.h b/src/frontends/qt2/QError.h index 1737a700ba..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 QError : - public Qt2CB > +class QError + : public Qt2CB > { +public: friend class QErrorDialog; -public: QError(); - private: /// Apply changes - virtual void apply() {}; + virtual void apply() {} /// update virtual void update_contents(); /// build the dialog