header cleanup

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23048 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-02-17 20:47:04 +00:00
parent c38f62d71b
commit ba76bf5eb8
32 changed files with 0 additions and 41 deletions

View File

@ -26,7 +26,6 @@
#include "GuiKeySymbol.h" #include "GuiKeySymbol.h"
#include <QApplication> #include <QApplication>
#include <QCloseEvent>
#include "support/qstring_helpers.h" #include "support/qstring_helpers.h"

View File

@ -15,7 +15,6 @@
#include "GuiView.h" #include "GuiView.h"
#include "qt_helpers.h" #include "qt_helpers.h"
#include <QCloseEvent>
#include <QShowEvent> #include <QShowEvent>
using namespace std; using namespace std;

View File

@ -33,7 +33,6 @@
#include <QPushButton> #include <QPushButton>
#include <QListWidget> #include <QListWidget>
#include <QCheckBox> #include <QCheckBox>
#include <QCloseEvent>
#include <QLineEdit> #include <QLineEdit>
using namespace std; using namespace std;

View File

@ -29,7 +29,6 @@
#include <QPushButton> #include <QPushButton>
#include <QLineEdit> #include <QLineEdit>
#include <QCloseEvent>
using namespace std; using namespace std;

View File

@ -25,7 +25,6 @@
#include "insets/InsetBranch.h" #include "insets/InsetBranch.h"
#include <QPushButton> #include <QPushButton>
#include <QCloseEvent>
using namespace std; using namespace std;

View File

@ -28,7 +28,6 @@
#include "lyxfind.h" #include "lyxfind.h"
#include "LyXRC.h" #include "LyXRC.h"
#include <QCloseEvent>
#include <QTextBrowser> #include <QTextBrowser>

View File

@ -21,7 +21,6 @@
#include "FuncRequest.h" #include "FuncRequest.h"
#include "Language.h" #include "Language.h"
#include <QCloseEvent>
using namespace std; using namespace std;

View File

@ -18,7 +18,6 @@
#include <QRadioButton> #include <QRadioButton>
#include <QPushButton> #include <QPushButton>
#include <QCloseEvent>
using namespace std; using namespace std;

View File

@ -26,7 +26,6 @@
#include <QListWidget> #include <QListWidget>
#include <QTextBrowser> #include <QTextBrowser>
#include <QPushButton> #include <QPushButton>
#include <QCloseEvent>
using namespace std; using namespace std;
using namespace lyx::support; using namespace lyx::support;

View File

@ -38,7 +38,6 @@
#include "qt_helpers.h" #include "qt_helpers.h"
#include "Validator.h" #include "Validator.h"
#include <QCloseEvent>
#include <QCheckBox> #include <QCheckBox>
#include <QLineEdit> #include <QLineEdit>
#include <QPushButton> #include <QPushButton>

View File

@ -17,7 +17,6 @@
#include "insets/InsetFloat.h" #include "insets/InsetFloat.h"
#include <QCloseEvent>
#include <QPushButton> #include <QPushButton>
using namespace std; using namespace std;

View File

@ -43,7 +43,6 @@
#include <boost/bind.hpp> #include <boost/bind.hpp>
#include <QCheckBox> #include <QCheckBox>
#include <QCloseEvent>
#include <QLabel> #include <QLabel>
#include <QLineEdit> #include <QLineEdit>
#include <QPushButton> #include <QPushButton>

View File

@ -18,7 +18,6 @@
#include "insets/InsetCommand.h" #include "insets/InsetCommand.h"
#include <QCheckBox> #include <QCheckBox>
#include <QCloseEvent>
#include <QLineEdit> #include <QLineEdit>
#include <QPushButton> #include <QPushButton>

View File

@ -33,7 +33,6 @@
#include <QPushButton> #include <QPushButton>
#include <QCheckBox> #include <QCheckBox>
#include <QCloseEvent>
#include <QLineEdit> #include <QLineEdit>
#include <utility> #include <utility>

View File

@ -18,7 +18,6 @@
#include <QLabel> #include <QLabel>
#include <QPushButton> #include <QPushButton>
#include <QLineEdit> #include <QLineEdit>
#include <QCloseEvent>
using namespace std; using namespace std;
@ -62,13 +61,6 @@ void GuiLabel::reject()
} }
void GuiLabel::closeEvent(QCloseEvent * e)
{
slotClose();
e->accept();
}
void GuiLabel::updateContents() void GuiLabel::updateContents()
{ {
docstring const contents = params_["name"]; docstring const contents = params_["name"];

View File

@ -31,8 +31,6 @@ private Q_SLOTS:
void reject(); void reject();
private: private:
///
void closeEvent(QCloseEvent * e);
/// ///
bool isValid(); bool isValid();
/// Apply changes /// Apply changes

View File

@ -23,7 +23,6 @@
#include "support/lstrings.h" #include "support/lstrings.h"
#include <QLineEdit> #include <QLineEdit>
#include <QCloseEvent>
#include <QPushButton> #include <QPushButton>
#include <QValidator> #include <QValidator>
#include <QRegExpValidator> #include <QRegExpValidator>

View File

@ -18,7 +18,6 @@
#include "support/gettext.h" #include "support/gettext.h"
#include "Lexer.h" #include "Lexer.h"
#include <QCloseEvent>
#include <QTextBrowser> #include <QTextBrowser>
#include <QSyntaxHighlighter> #include <QSyntaxHighlighter>
#include <QClipboard> #include <QClipboard>

View File

@ -21,7 +21,6 @@
#include <QPushButton> #include <QPushButton>
#include <QTextEdit> #include <QTextEdit>
#include <QWhatsThis> #include <QWhatsThis>
#include <QCloseEvent>
using namespace std; using namespace std;

View File

@ -17,8 +17,6 @@
#include "insets/InsetNote.h" #include "insets/InsetNote.h"
#include <QCloseEvent>
using namespace std; using namespace std;
namespace lyx { namespace lyx {

View File

@ -31,7 +31,6 @@
#include "support/gettext.h" #include "support/gettext.h"
#include <QCheckBox> #include <QCheckBox>
#include <QCloseEvent>
#include <QLineEdit> #include <QLineEdit>
#include <QPushButton> #include <QPushButton>

View File

@ -25,7 +25,6 @@
#include "qt_helpers.h" #include "qt_helpers.h"
#include "support/debug.h" #include "support/debug.h"
#include <QCloseEvent>
#include <QDialog> #include <QDialog>
#include <QSettings> #include <QSettings>
#include <QShowEvent> #include <QShowEvent>

View File

@ -56,7 +56,6 @@
#include <QTreeWidget> #include <QTreeWidget>
#include <QTreeWidgetItem> #include <QTreeWidgetItem>
#include <QValidator> #include <QValidator>
#include <QCloseEvent>
#include <iomanip> #include <iomanip>
#include <sstream> #include <sstream>

View File

@ -19,7 +19,6 @@
#include "FuncRequest.h" #include "FuncRequest.h"
#include "lyxfind.h" #include "lyxfind.h"
#include <QCloseEvent>
#include <QLineEdit> #include <QLineEdit>
#include <QShowEvent> #include <QShowEvent>

View File

@ -25,7 +25,6 @@
#include <QListWidget> #include <QListWidget>
#include <QPushButton> #include <QPushButton>
#include <QCloseEvent>
using namespace std; using namespace std;
using namespace lyx::support; using namespace lyx::support;

View File

@ -18,7 +18,6 @@
#include <QTextBrowser> #include <QTextBrowser>
#include <QPushButton> #include <QPushButton>
#include <QCloseEvent>
using namespace std; using namespace std;
using namespace lyx::support; using namespace lyx::support;

View File

@ -25,7 +25,6 @@
#include "insets/InsetTabular.h" #include "insets/InsetTabular.h"
#include <QCloseEvent>
#include <QCheckBox> #include <QCheckBox>
#include <QPushButton> #include <QPushButton>
#include <QRadioButton> #include <QRadioButton>

View File

@ -17,7 +17,6 @@
#include "support/convert.h" #include "support/convert.h"
#include <QCloseEvent>
#include <QSpinBox> #include <QSpinBox>
#include <QPushButton> #include <QPushButton>

View File

@ -22,7 +22,6 @@
#include "qt_helpers.h" #include "qt_helpers.h"
#include <QCloseEvent>
#include <QCheckBox> #include <QCheckBox>
#include <QListWidget> #include <QListWidget>
#include <QPushButton> #include <QPushButton>

View File

@ -20,7 +20,6 @@
#include "support/debug.h" #include "support/debug.h"
#include "support/gettext.h" #include "support/gettext.h"
#include <QCloseEvent>
#include <QHeaderView> #include <QHeaderView>
#include <QLineEdit> #include <QLineEdit>
#include <QPushButton> #include <QPushButton>

View File

@ -30,7 +30,6 @@
#include "support/lstrings.h" #include "support/lstrings.h"
#include <QCheckBox> #include <QCheckBox>
#include <QCloseEvent>
#include <QLineEdit> #include <QLineEdit>
#include <QPushButton> #include <QPushButton>
#include <QValidator> #include <QValidator>

View File

@ -23,7 +23,6 @@
#include "support/lstrings.h" #include "support/lstrings.h"
#include <QLineEdit> #include <QLineEdit>
#include <QCloseEvent>
#include <QPushButton> #include <QPushButton>
using namespace std; using namespace std;