Skip to content

Commit

Permalink
Remove false QApplication dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Mar 1, 2013
1 parent 24f7f0b commit a216dbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion mythplugins/mythnews/mythnews/mythnews.cpp
Expand Up @@ -5,7 +5,7 @@
#include <cmath>

// QT headers
#include <QApplication>
#include <QCoreApplication>
#include <QDateTime>
#include <QDir>
#include <QTimer>
Expand Down
1 change: 0 additions & 1 deletion mythplugins/mythnews/mythnews/mythnewsconfig.cpp
@@ -1,5 +1,4 @@
// QT Headers
#include <QApplication>
#include <QStringList>
#include <QFile>

Expand Down

0 comments on commit a216dbe

Please sign in to comment.