[Kde-games-devel] KDE/kdegames/libkdegames
Pino Toscano
toscano.pino at tiscali.it
Sun Apr 22 13:09:38 CEST 2007
SVN commit 656774 by pino:
Remove the SVN tag Id, as the SVN tags do not have to be used, see
http://techbase.kde.org/Policies/SVN_Commit_Policy#Don.27t_use_SVN_keywords_in_source_files
CCMAIL: kde-games-devel at kde.org
M +1 -3 highscore/khighscore.h
M +0 -1 kcarddialog.h
M +0 -3 kgame/kgame.cpp
M +1 -3 kgame/kgame.h
M +1 -4 kgame/kgameerror.h
M +0 -3 kgame/kgameio.cpp
M +1 -3 kgame/kgameio.h
M +0 -3 kgame/kgamemessage.cpp
M +1 -3 kgame/kgamemessage.h
M +0 -3 kgame/kgamenetwork.cpp
M +1 -4 kgame/kgamenetwork.h
M +1 -3 kgame/kgameprocess.h
M +0 -3 kgame/kgameproperty.cpp
M +0 -3 kgame/kgamepropertyhandler.cpp
M +0 -3 kgame/kgamesequence.cpp
M +1 -3 kgame/kgamesequence.h
M +1 -3 kgame/kgameversion.h
M +0 -1 kgame/kmessageserver.h
M +0 -4 kgame/kplayer.cpp
M +1 -3 kgamemisc.cpp
M +1 -3 kgamemisc.h
M +1 -2 kgameprogress.h
--- trunk/KDE/kdegames/libkdegames/highscore/khighscore.h #656773:656774
@@ -17,9 +17,7 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
+
#ifndef KHIGHSCORE_H
#define KHIGHSCORE_H
--- trunk/KDE/kdegames/libkdegames/kcarddialog.h #656773:656774
@@ -84,7 +84,6 @@
* to scale your pixmap.
*
* @author Martin Heni <martin at heni-online.de>
- * @version $Id$
*/
class KDEGAMES_EXPORT KCardDialog : public KDialog
{
--- trunk/KDE/kdegames/libkdegames/kgame/kgame.cpp #656773:656774
@@ -17,9 +17,6 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
#include "kgame.h"
#include "kgame.moc"
--- trunk/KDE/kdegames/libkdegames/kgame/kgame.h #656773:656774
@@ -17,9 +17,7 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
+
#ifndef __KGAME_H_
#define __KGAME_H_
--- trunk/KDE/kdegames/libkdegames/kgame/kgameerror.h #656773:656774
@@ -17,15 +17,12 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
+
#ifndef __KGAMEERROR_H_
#define __KGAMEERROR_H_
#include <QtCore/QString>
-
class KGameError
{
public:
--- trunk/KDE/kdegames/libkdegames/kgame/kgameio.cpp #656773:656774
@@ -17,9 +17,6 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
#include "kgameio.h"
#include "kgameio.moc"
--- trunk/KDE/kdegames/libkdegames/kgame/kgameio.h #656773:656774
@@ -17,9 +17,7 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
+
#ifndef __KGAMEIO_H__
#define __KGAMEIO_H__
--- trunk/KDE/kdegames/libkdegames/kgame/kgamemessage.cpp #656773:656774
@@ -17,9 +17,6 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
#include "kgamemessage.h"
--- trunk/KDE/kdegames/libkdegames/kgame/kgamemessage.h #656773:656774
@@ -17,9 +17,7 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
+
#ifndef __KGAMEMSG_H_
#define __KGAMEMSG_H_
--- trunk/KDE/kdegames/libkdegames/kgame/kgamenetwork.cpp #656773:656774
@@ -17,9 +17,6 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
#include "kgamenetwork.h"
#include "kgamenetwork.moc"
--- trunk/KDE/kdegames/libkdegames/kgame/kgamenetwork.h #656773:656774
@@ -17,9 +17,7 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
+
#ifndef __KGAMENETWORK_H_
#define __KGAMENETWORK_H_
@@ -42,7 +40,6 @@
*
* @short The main KDE game object
* @author Martin Heni <martin at heni-online.de>
- * @version $Id$
*/
class KDEGAMES_EXPORT KGameNetwork : public QObject
{
--- trunk/KDE/kdegames/libkdegames/kgame/kgameprocess.h #656773:656774
@@ -17,9 +17,7 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
+
#ifndef __KGAMEPROCESS_H_
#define __KGAMEPROCESS_H_
--- trunk/KDE/kdegames/libkdegames/kgame/kgameproperty.cpp #656773:656774
@@ -17,9 +17,6 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
#include "kgameproperty.h"
#include "kgamepropertyhandler.h"
--- trunk/KDE/kdegames/libkdegames/kgame/kgamepropertyhandler.cpp #656773:656774
@@ -17,9 +17,6 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
#include "kgamepropertyhandler.h"
#include "kgameproperty.h"
--- trunk/KDE/kdegames/libkdegames/kgame/kgamesequence.cpp #656773:656774
@@ -17,9 +17,6 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
#include "kgamesequence.h"
#include "kgamesequence.moc"
--- trunk/KDE/kdegames/libkdegames/kgame/kgamesequence.h #656773:656774
@@ -17,9 +17,7 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
+
#ifndef __KGAMESEQUENCE_H_
#define __KGAMESEQUENCE_H_
--- trunk/KDE/kdegames/libkdegames/kgame/kgameversion.h #656773:656774
@@ -17,9 +17,7 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
+
#ifndef __KGAMEVERSION_H__
#define __KGAMEVERSION_H__
--- trunk/KDE/kdegames/libkdegames/kgame/kmessageserver.h #656773:656774
@@ -168,7 +168,6 @@
@author Andreas Beckermann <b_mann at gmx.de>, Burkhard Lehner <Burkhard.Lehner at gmx.de>
- @version $Id$
*/
class KMessageServer : public QObject
{
--- trunk/KDE/kdegames/libkdegames/kgame/kplayer.cpp #656773:656774
@@ -17,11 +17,7 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
-
#include "kplayer.h"
#include "kgame.h"
#include "kgameio.h"
--- trunk/KDE/kdegames/libkdegames/kgamemisc.cpp #656773:656774
@@ -16,9 +16,7 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
+
#include "kgamemisc.h"
#include <QStringList>
--- trunk/KDE/kdegames/libkdegames/kgamemisc.h #656773:656774
@@ -16,9 +16,7 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-/*
- $Id$
-*/
+
#ifndef __KGAMEMISC_H__
#define __KGAMEMISC_H__
--- trunk/KDE/kdegames/libkdegames/kgameprogress.h #656773:656774
@@ -22,7 +22,7 @@
*****************************************************************************/
#ifndef _KPROGRES_H
-#define _KPROGRES_H "$Id$"
+#define _KPROGRES_H
#include <QtGui/QFrame>
#include <QtGui/QAbstractSlider>
@@ -45,7 +45,6 @@
* and connect the signal to it.
*
* @author Martynas Kunigelis
- * @version $Id$
*/
class KDEGAMES_EXPORT KGameProgress : public QFrame
{
More information about the kde-games-devel
mailing list