X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FQVCLogDialog.h;h=f86f3256d7523099cea703008b0f670500259e7e;hb=119986705849993d83de42b0d372623351535850;hp=ea61dbb378c0ff2fa312abb7178991ed1d33ad2a;hpb=7e1ba5f1f9963ef4c5c6048935038937b71e063d;p=lyx.git diff --git a/src/frontends/qt2/QVCLogDialog.h b/src/frontends/qt2/QVCLogDialog.h index ea61dbb378..f86f3256d7 100644 --- a/src/frontends/qt2/QVCLogDialog.h +++ b/src/frontends/qt2/QVCLogDialog.h @@ -1,32 +1,33 @@ +// -*- C++ -*- /** * \file QVCLogDialog.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 QVCLOGDIALOG_H #define QVCLOGDIALOG_H - -#include - + +#ifdef __GNUG__ +#pragma interface +#endif + #include "ui/QVCLogDialogBase.h" class QVCLog; -class QVCLogDialog : public QVCLogDialogBase -{ Q_OBJECT - +class QVCLogDialog : public QVCLogDialogBase { + Q_OBJECT public: QVCLogDialog(QVCLog * form); - protected slots: virtual void updateClicked(); - protected: virtual void closeEvent(QCloseEvent * e); - private: QVCLog * form_; };