From d2910e9ab720e8c03bab5723a34192ad2ac4a2f0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 15 Feb 2013 21:47:16 -0600 Subject: [PATCH] Rename additional header files to avoid conflicts with KDE4 --- knights/accel.cpp | 2 +- knights/audio.h | 2 +- knights/core.cpp | 2 +- knights/dlg_promote.h | 2 +- knights/dlg_settings.h | 2 +- knights/io_internet.cpp | 2 +- knights/knights.cpp | 6 +++--- knights/main.cpp | 2 +- knights/match.cpp | 2 +- knights/pgn.h | 4 ++-- knights/proto_xboard.cpp | 2 +- knights/resource.cpp | 2 +- knights/resource.h | 2 +- knights/setpagedisplay.cpp | 2 +- knights/tab_pgnview.cpp | 2 +- knights/tabbox.cpp | 2 +- knights/tabpage.cpp | 2 +- knights/wiz_setup.cpp | 2 +- 18 files changed, 21 insertions(+), 21 deletions(-) diff --git a/knights/accel.cpp b/knights/accel.cpp index 99aca35..bed8bb7 100644 --- a/knights/accel.cpp +++ b/knights/accel.cpp @@ -16,7 +16,7 @@ ***************************************************************************/ #include "accel.moc" -#include +#include Accel::Accel( TQWidget *parent, TQObject *target ) : TDEAccel( parent ) { diff --git a/knights/audio.h b/knights/audio.h index 10ab8b7..cb54840 100644 --- a/knights/audio.h +++ b/knights/audio.h @@ -20,7 +20,7 @@ #include "definitions.h" #include -#include +#include /** *@author Troy Corbin Jr. diff --git a/knights/core.cpp b/knights/core.cpp index a7ea87c..666547f 100644 --- a/knights/core.cpp +++ b/knights/core.cpp @@ -17,7 +17,7 @@ /* KDE */ #include -#include +#include /* TQt */ #include diff --git a/knights/dlg_promote.h b/knights/dlg_promote.h index aaae71a..83f7b5d 100644 --- a/knights/dlg_promote.h +++ b/knights/dlg_promote.h @@ -18,7 +18,7 @@ #ifndef DLG_PROMOTE_H #define DLG_PROMOTE_H -#include +#include #include #include #include diff --git a/knights/dlg_settings.h b/knights/dlg_settings.h index 62d04a5..e233253 100644 --- a/knights/dlg_settings.h +++ b/knights/dlg_settings.h @@ -18,7 +18,7 @@ #ifndef DLG_SETTINGS_H #define DLG_SETTINGS_H -#include +#include #include #include #include diff --git a/knights/io_internet.cpp b/knights/io_internet.cpp index a3610f1..e29888c 100644 --- a/knights/io_internet.cpp +++ b/knights/io_internet.cpp @@ -18,7 +18,7 @@ /* KDE */ #include #include -#include +#include /* TQt */ #include diff --git a/knights/knights.cpp b/knights/knights.cpp index 7c14b10..0567f85 100644 --- a/knights/knights.cpp +++ b/knights/knights.cpp @@ -24,13 +24,13 @@ #include "dlg_settings.h" #include "dlg_newmatch.h" /* KDE */ -#include -#include +#include +#include #include #include #include #include -#include +#include /* KFile */ #include /* TQt */ diff --git a/knights/main.cpp b/knights/main.cpp index 5235fcc..2880e44 100644 --- a/knights/main.cpp +++ b/knights/main.cpp @@ -17,7 +17,7 @@ #include #include -#include +#include #include "knights.h" diff --git a/knights/match.cpp b/knights/match.cpp index cd35460..4db34a9 100644 --- a/knights/match.cpp +++ b/knights/match.cpp @@ -16,7 +16,7 @@ ***************************************************************************/ #include -#include +#include #include "match.moc" #include "board_base.h" #include "board_2d.h" diff --git a/knights/pgn.h b/knights/pgn.h index 4afa46f..161bb9a 100644 --- a/knights/pgn.h +++ b/knights/pgn.h @@ -18,8 +18,8 @@ #ifndef PGN_H #define PGN_H -#include -#include +#include +#include #include #include #include diff --git a/knights/proto_xboard.cpp b/knights/proto_xboard.cpp index 9be0fed..1c2fbd0 100644 --- a/knights/proto_xboard.cpp +++ b/knights/proto_xboard.cpp @@ -15,7 +15,7 @@ * * ***************************************************************************/ -#include +#include #include #include #include diff --git a/knights/resource.cpp b/knights/resource.cpp index a8f4a81..f3d8ed6 100644 --- a/knights/resource.cpp +++ b/knights/resource.cpp @@ -16,7 +16,7 @@ ***************************************************************************/ /* KDE */ #include -#include +#include #include #include #include diff --git a/knights/resource.h b/knights/resource.h index 2876af7..1303b0a 100644 --- a/knights/resource.h +++ b/knights/resource.h @@ -25,7 +25,7 @@ /* KDE */ #include -#include +#include #include #include #include diff --git a/knights/setpagedisplay.cpp b/knights/setpagedisplay.cpp index 135d1aa..aadb059 100644 --- a/knights/setpagedisplay.cpp +++ b/knights/setpagedisplay.cpp @@ -17,7 +17,7 @@ #include "setpagedisplay.moc" #include -#include +#include #include #include #include diff --git a/knights/tab_pgnview.cpp b/knights/tab_pgnview.cpp index 3290e1f..9476d60 100644 --- a/knights/tab_pgnview.cpp +++ b/knights/tab_pgnview.cpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include tab_pgnView::tab_pgnView(pgn *parent, resource *Rsrc ) : KnightsTextView(0,Rsrc) { diff --git a/knights/tabbox.cpp b/knights/tabbox.cpp index 8f9ecdf..3a3099e 100644 --- a/knights/tabbox.cpp +++ b/knights/tabbox.cpp @@ -19,7 +19,7 @@ #include "tabpage.h" #include "resource.h" #include "accel.h" -#include +#include #include #include diff --git a/knights/tabpage.cpp b/knights/tabpage.cpp index b571751..62503a2 100644 --- a/knights/tabpage.cpp +++ b/knights/tabpage.cpp @@ -21,7 +21,7 @@ #include "resource.h" #include #include -#include +#include #include #include diff --git a/knights/wiz_setup.cpp b/knights/wiz_setup.cpp index ec27175..0bdaa7a 100644 --- a/knights/wiz_setup.cpp +++ b/knights/wiz_setup.cpp @@ -15,7 +15,7 @@ * * ***************************************************************************/ -#include +#include #include #include #include