]> git.sesse.net Git - kdenlive/blobdiff - src/widgets/videoglwidget.cpp
Moves VideoGLWidget into widgets folder.
[kdenlive] / src / widgets / videoglwidget.cpp
similarity index 78%
rename from src/videoglwidget.cpp
rename to src/widgets/videoglwidget.cpp
index 3da19948159ba2cb78ab9f571bfdb7e814c67f95..375f2d6b916a5a9b443ed3ab13fb8a9515219d33 100644 (file)
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2007 by Jean-Baptiste Mardelle (jb@kdenlive.org)        *
+ *               2014 by Jean-Nicolas Artaud (jeannicolasartaud@gmail.com) *
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 2 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program 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 General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
+ ***************************************************************************/
 
 #include <QtGui>
 #include <QtOpenGL>
@@ -6,7 +25,7 @@
 #else
 #include <GL/glu.h>
 #endif
-#include "videoglwidget.h"
+#include "widgets/videoglwidget.h"
 
 #ifndef GL_TEXTURE_RECTANGLE_EXT
 #define GL_TEXTURE_RECTANGLE_EXT GL_TEXTURE_RECTANGLE_NV