[vlc-commits] Rename qt4.cpp to qt.cpp

Jean-Baptiste Kempf git at videolan.org
Sat Feb 27 17:38:11 CET 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 27 17:31:52 2016 +0100| [bd383a823057a831418a987ad6587cdda7660013] | committer: Jean-Baptiste Kempf

Rename qt4.cpp to qt.cpp

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bd383a823057a831418a987ad6587cdda7660013
---

 modules/gui/qt/Makefile.am         |    2 +-
 modules/gui/qt/{qt4.cpp => qt.cpp} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt/Makefile.am b/modules/gui/qt/Makefile.am
index 1484737..566a5b2 100644
--- a/modules/gui/qt/Makefile.am
+++ b/modules/gui/qt/Makefile.am
@@ -33,7 +33,7 @@ gui_LTLIBRARIES =  $(LTLIBqt)
 EXTRA_LTLIBRARIES = libqt_plugin.la
 
 libqt_plugin_la_SOURCES = \
-	qt4.cpp qt4.hpp \
+	qt.cpp qt4.hpp \
 	menus.cpp menus.hpp \
 	main_interface.cpp main_interface.hpp \
 	dialogs_provider.cpp dialogs_provider.hpp \
diff --git a/modules/gui/qt/qt4.cpp b/modules/gui/qt/qt.cpp
similarity index 99%
rename from modules/gui/qt/qt4.cpp
rename to modules/gui/qt/qt.cpp
index 43ba185..5187430 100644
--- a/modules/gui/qt/qt4.cpp
+++ b/modules/gui/qt/qt.cpp
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * qt4.cpp : Qt interface
+ * qt.cpp : Qt interface
  ****************************************************************************
  * Copyright © 2006-2009 the VideoLAN team
  * $Id$



More information about the vlc-commits mailing list