[Uml-devel] KDE/kdesdk/umbrello/umbrello/codeimport/kdevcppparser

Andi Fischer andi.fischer at hispeed.ch
Fri May 30 20:24:11 UTC 2008


SVN commit 814601 by fischer:

Krazy Code Checker: adding license with copyright according to svn log.

 M  +21 -3     preprocesslexer.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/codeimport/kdevcppparser/preprocesslexer.cpp #814600:814601
@@ -1,4 +1,22 @@
+/*
+    Copyright 2008  Jean Vittor  <jean.vittor at free.fr>
 
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
+
 #include "lexer.h"
 #include "lookup.h"
 #include "keywords.lut.h"
@@ -6,8 +24,8 @@
 #include <kdebug.h>
 #include <klocale.h>
 
-#include <qregexp.h>
-#include <qmap.h>
+#include <QtCore/QRegExp>
+#include <QtCore/QMap>
 #include <q3valuelist.h>
 
 #include <boost/bind.hpp>
@@ -33,7 +51,7 @@
 SkipRule PreprocessLexer::m_SkipRule = nothing_p;
 
 #if defined( KDEVELOP_BGPARSER )
-#include <qthread.h>
+#include <QtCore/QThread>
 
 class KDevTread: public QThread
 {




More information about the umbrello-devel mailing list