]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/interaction.hpp
Fix memleak in cdda access.
[vlc] / modules / gui / qt4 / dialogs / interaction.hpp
index 10090d70944c639cd9b8428391b9f6c961228897..909e5bc613e620b7e31164064056d8c4fbd819d5 100644 (file)
  *
  * 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. 
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef _INTERACTION_H_
 #define _INTERACTION_H_
 
-#include <vlc/vlc.h>
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include <vlc_common.h>
 #include <vlc_interface.h>
+
 #include <QWidget>
 
 class QPushButton;
@@ -56,6 +61,7 @@ private:
     QLineEdit *inputEdit, *loginEdit, *passwordEdit;
 
     void Finish( int );
+
 private slots:
     void defaultB();
     void altB();