fix wrong include indents

This commit is contained in:
doitux
2011-07-03 19:45:08 +00:00
parent 81d9b0d8af
commit d1e7266501
94 changed files with 186 additions and 103 deletions
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "gametableimpl.h"
*****************************************************************************/
#include "gametableimpl.h"
#include "mymessagedialogimpl.h"
#include "settingsdialogimpl.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef GAMETABLEIMPL_H
*****************************************************************************/
#ifndef GAMETABLEIMPL_H
#define GAMETABLEIMPL_H
#include "ui_gametable.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "guilog.h"
*****************************************************************************/
#include "guilog.h"
#include "gametableimpl.h"
#include <handinterface.h>
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef GUILOG_H
*****************************************************************************/
#ifndef GUILOG_H
#define GUILOG_H
#include <fstream>
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "myactionbutton.h"
*****************************************************************************/
#include "myactionbutton.h"
#include "gametablestylereader.h"
using namespace std;
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYACTIONBUTTON_H
*****************************************************************************/
#ifndef MYACTIONBUTTON_H
#define MYACTIONBUTTON_H
#include <QtGui>
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "myavatarlabel.h"
*****************************************************************************/
#include "myavatarlabel.h"
#include "gametableimpl.h"
#include "gametablestylereader.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYAVATARLABEL_H
*****************************************************************************/
#ifndef MYAVATARLABEL_H
#define MYAVATARLABEL_H
#include <iostream>
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "mycardspixmaplabel.h"
*****************************************************************************/
#include "mycardspixmaplabel.h"
#include "gametableimpl.h"
// using namespace std;
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYCARDSPIXMAPLABEL_H
*****************************************************************************/
#ifndef MYCARDSPIXMAPLABEL_H
#define MYCARDSPIXMAPLABEL_H
#include <iostream>
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "mychancelabel.h"
*****************************************************************************/
#include "mychancelabel.h"
#include "gametableimpl.h"
#include "gametablestylereader.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYCHANCELABEL_H
*****************************************************************************/
#ifndef MYCHANCELABEL_H
#define MYCHANCELABEL_H
#include <vector>
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "mylefttabwidget.h"
*****************************************************************************/
#include "mylefttabwidget.h"
MyLeftTabWidget::MyLeftTabWidget(QGroupBox *parent)
: QTabWidget(parent), chatBlinkTimer(0), myTabBar(0)
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYLEFTTABWIDGET_H
*****************************************************************************/
#ifndef MYLEFTTABWIDGET_H
#define MYLEFTTABWIDGET_H
#include <QtGui>
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "mynamelabel.h"
*****************************************************************************/
#include "mynamelabel.h"
#include "gametableimpl.h"
#include "session.h"
#include "gametablestylereader.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYNAMELABEL_H
*****************************************************************************/
#ifndef MYNAMELABEL_H
#define MYNAMELABEL_H
#include <iostream>
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "myrighttabwidget.h"
*****************************************************************************/
#include "myrighttabwidget.h"
#include <iostream>
using namespace std;
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYRIGHTTABWIDGET_H
*****************************************************************************/
#ifndef MYRIGHTTABWIDGET_H
#define MYRIGHTTABWIDGET_H
#include <QtGui>
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "mysetlabel.h"
*****************************************************************************/
#include "mysetlabel.h"
#include "gametableimpl.h"
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYSETLABEL_H
*****************************************************************************/
#ifndef MYSETLABEL_H
#define MYSETLABEL_H
#include <iostream>
+2 -2
View File
@@ -14,8 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "mysetlabel.h"
*****************************************************************************/
#include "mysetlabel.h"
#include "gametableimpl.h"
using namespace std;
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYSTATUSLABEL_H
*****************************************************************************/
#ifndef MYSTATUSLABEL_H
#define MYSTATUSLABEL_H
#include <iostream>
+2 -2
View File
@@ -14,8 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "mytimeoutlabel.h"
*****************************************************************************/
#include "mytimeoutlabel.h"
#include "gametableimpl.h"
using namespace std;
+2 -1
View File
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef MYTIMEOUTLABEL_H
*****************************************************************************/
#ifndef MYTIMEOUTLABEL_H
#define MYTIMEOUTLABEL_H
#include <iostream>
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #include "startsplash.h"
*****************************************************************************/
#include "startsplash.h"
StartSplash::StartSplash(QPixmap &p)
: QSplashScreen(p)
@@ -14,7 +14,8 @@
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ #ifndef STARTSPLASH_H
*****************************************************************************/
#ifndef STARTSPLASH_H
#define STARTSPLASH_H
#include <QtGui>