From: pavelpa Date: Wed, 27 Jan 2010 15:38:57 +0000 (+0000) Subject: removed headers from *.h and *.cpp X-Git-Tag: 0.5.0~172 X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/commitdiff_plain/a790a909d8e4b7439464960cf45e90c80973fb83?ds=sidebyside removed headers from *.h and *.cpp --- diff --git a/src/gui/favtabcontainer.h b/src/gui/favtabcontainer.h index 06140f0..233757c 100644 --- a/src/gui/favtabcontainer.h +++ b/src/gui/favtabcontainer.h @@ -1,9 +1,3 @@ -/* - * favtabcontainer.h - * - * Created on: Jan 27, 2010 - * Author: maemo - */ #ifndef FAVTABCONTAINER_H_ #define FAVTABCONTAINER_H_ diff --git a/src/gui/nowtabcontainer.cpp b/src/gui/nowtabcontainer.cpp index 249ad64..7fa2382 100644 --- a/src/gui/nowtabcontainer.cpp +++ b/src/gui/nowtabcontainer.cpp @@ -1,9 +1,3 @@ -/* - * nowtabcontainer.cpp - * - * Created on: Jan 27, 2010 - * Author: maemo - */ #include #include "nowtabcontainer.h" diff --git a/src/gui/nowtabcontainer.h b/src/gui/nowtabcontainer.h index a7112fa..2e80968 100644 --- a/src/gui/nowtabcontainer.h +++ b/src/gui/nowtabcontainer.h @@ -1,9 +1,3 @@ -/* - * nowtabcontainer.h - * - * Created on: Jan 27, 2010 - * Author: maemo - */ #ifndef NOWTABCONTAINER_H_ #define NOWTABCONTAINER_H_ diff --git a/src/gui/roomstabcontainer.cpp b/src/gui/roomstabcontainer.cpp index e5f7af2..3884323 100644 --- a/src/gui/roomstabcontainer.cpp +++ b/src/gui/roomstabcontainer.cpp @@ -1,9 +1,3 @@ -/* - * roomstabcontainer.cpp - * - * Created on: Jan 27, 2010 - * Author: maemo - */ #include "roomstabcontainer.h" diff --git a/src/gui/roomstabcontainer.h b/src/gui/roomstabcontainer.h index 7c1e59c..9582519 100644 --- a/src/gui/roomstabcontainer.h +++ b/src/gui/roomstabcontainer.h @@ -1,9 +1,3 @@ -/* - * roomstabcontainer.h - * - * Created on: Jan 27, 2010 - * Author: maemo - */ #ifndef ROOMSTABCONTAINER_H_ #define ROOMSTABCONTAINER_H_ diff --git a/src/gui/trackstabcontainer.h b/src/gui/trackstabcontainer.h index 46cfd9f..9b3998f 100644 --- a/src/gui/trackstabcontainer.h +++ b/src/gui/trackstabcontainer.h @@ -1,9 +1,3 @@ -/* - * trackstabcontainer.h - * - * Created on: Jan 27, 2010 - * Author: maemo - */ #ifndef TRACKSTABCONTAINER_H_ #define TRACKSTABCONTAINER_H_ diff --git a/src/mvc/room.cpp b/src/mvc/room.cpp index 272b627..5f72f79 100644 --- a/src/mvc/room.cpp +++ b/src/mvc/room.cpp @@ -1,9 +1,3 @@ -/* - * room.cpp - * - * Created on: Dec 27, 2009 - * Author: user - */ #include "room.h" diff --git a/src/mvc/room.h b/src/mvc/room.h index 037a3f2..76fd30b 100644 --- a/src/mvc/room.h +++ b/src/mvc/room.h @@ -1,9 +1,3 @@ -/* - * room.h - * - * Created on: Dec 27, 2009 - * Author: Pavol Korinek - */ #ifndef ROOM_H_ #define ROOM_H_ diff --git a/src/mvc/track.cpp b/src/mvc/track.cpp index 25df934..512e822 100644 --- a/src/mvc/track.cpp +++ b/src/mvc/track.cpp @@ -1,9 +1,3 @@ -/* - * activity.cpp - * - * Created on: Dec 27, 2009 - * Author: Pavol Korinek - */ #include "track.h" diff --git a/src/mvc/track.h b/src/mvc/track.h index be6c041..e30e512 100644 --- a/src/mvc/track.h +++ b/src/mvc/track.h @@ -1,9 +1,3 @@ -/* - * track.h - * - * Created on: Dec 27, 2009 - * Author: Pavol Korinek - */ #ifndef TRACK_H_ #define TRACK_H_