X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FQAbout.h;h=5b884035ae799def577077485568ca88d3d7b004;hb=1fcedd4b635807e7046342f324d054c04c37f054;hp=eafe752b6c21e04172ff4aff0092af71da705921;hpb=3796da5d05ccff08f4c3bdedb54258e9cec01485;p=lyx.git diff --git a/src/frontends/qt2/QAbout.h b/src/frontends/qt2/QAbout.h index eafe752b6c..5b884035ae 100644 --- a/src/frontends/qt2/QAbout.h +++ b/src/frontends/qt2/QAbout.h @@ -1,36 +1,35 @@ // -*- C++ -*- /** * \file QAbout.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 Kalle Dalheimer + * \author Kalle Dalheimer + * + * Full author contact details are available in file CREDITS */ #ifndef FORMABOUT_H #define FORMABOUT_H + #include "Qt2Base.h" -#include "boost/utility.hpp" -class Dialogs; -class LyXView; class QAboutDialog; class ControlAboutlyx; class QAbout : public Qt2CB > { -public: - QAbout(ControlAboutlyx &); - -private: +public: + QAbout(); +private: /// not needed virtual void apply() {} /// not needed virtual void update_contents() {} // build the dialog - virtual void build(); + virtual void build_dialog(); }; #endif // FORMABOUT_H