Valgrind: Fix coding style issues.

Header specification, remove internal classes from exported
headers, fully qualify signals,slots.
This commit is contained in:
Friedemann Kleint
2011-03-08 13:56:52 +01:00
parent ecce5bca6f
commit f610bf4d45
47 changed files with 197 additions and 201 deletions

View File

@@ -45,10 +45,10 @@
#include <projectexplorer/task.h>
#include <projectexplorer/taskhub.h>
#include <QtPlugin>
#include <QMessageBox>
#include <QMainWindow>
#include <QApplication>
#include <QtCore/QtPlugin>
#include <QtGui/QMessageBox>
#include <QtGui/QMainWindow>
#include <QtGui/QApplication>
using namespace Analyzer;
using namespace Analyzer::Internal;