Skip to content

Commit

Permalink
Remove dir names from qt includes to fix qt5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
sambler committed Aug 4, 2015
1 parent 7b5d8c3 commit 8aa7573
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/core/midi/MidiJack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@

#ifdef LMMS_HAVE_JACK

#include <QtGui/QCompleter>
#include <QtGui/QDirModel>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QMessageBox>
#include <QCompleter>
#include <QDirModel>
#include <QLabel>
#include <QLineEdit>
#include <QMessageBox>
#include <QTranslator>

#ifdef LMMS_HAVE_STDLIB_H
Expand Down

0 comments on commit 8aa7573

Please sign in to comment.