Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove false QApplication dependencies.
  • Loading branch information
daniel-kristjansson authored and jyavenard committed Mar 8, 2013
1 parent 09d0fd1 commit ccec01b
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 ccec01b

Please sign in to comment.