X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FQAbout.h;h=5b884035ae799def577077485568ca88d3d7b004;hb=1fcedd4b635807e7046342f324d054c04c37f054;hp=d08dae41a8a09d5020fe24e53079f38b6d5b1966;hpb=f7ba7c8e9f3dcd2a5de79c7e93bf8edeec3b8e35;p=lyx.git diff --git a/src/frontends/qt2/QAbout.h b/src/frontends/qt2/QAbout.h index d08dae41a8..5b884035ae 100644 --- a/src/frontends/qt2/QAbout.h +++ b/src/frontends/qt2/QAbout.h @@ -1,20 +1,20 @@ // -*- 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; @@ -22,8 +22,7 @@ class QAbout : public Qt2CB > { public: - QAbout(ControlAboutlyx &); - + QAbout(); private: /// not needed virtual void apply() {}