]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt/qt.cpp
Improvements to preferences
[vlc] / modules / gui / qt / qt.cpp
index 29a69355772b1d6072be344297988b7786238fa8..e8894617a76d34082397f03dec662a2e5c52acae 100644 (file)
@@ -2,7 +2,7 @@
  * qt.cpp : Qt plugin for vlc
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: qt.cpp,v 1.2 2003/03/30 18:14:38 gbazin Exp $
+ * $Id$
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -47,6 +47,8 @@ vlc_module_begin();
     set_description( _("Qt interface") );
     set_capability( "interface", i );
     set_program( "qvlc" );
+    set_category( CAT_INTERFACE );
+    set_subcategory( SUBCAT_INTERFACE_GENERAL );
     set_callbacks( E_(Open), E_(Close) );
 vlc_module_end();