]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/preferences.cpp
Qt4 - Rename dialog/prefs_dialog to dialog/preferences: files in dialog/ are already...
[vlc] / modules / gui / qt4 / dialogs / preferences.cpp
similarity index 99%
rename from modules/gui/qt4/dialogs/prefs_dialog.cpp
rename to modules/gui/qt4/dialogs/preferences.cpp
index 85ca8815895066f0d91da5190cdc0e27d901bdf9..d404a687e334003e1cbca30bdce09fae60200d71 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * prefs_dialog.cpp : Preferences
+ * preferences.cpp : Preferences
  *****************************************************************************
  * Copyright (C) 2006-2007 the VideoLAN team
  * $Id$
@@ -22,7 +22,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#include "dialogs/prefs_dialog.hpp"
+#include "dialogs/preferences.hpp"
 #include "dialogs_provider.hpp"
 #include "util/qvlcframe.hpp"