summaryrefslogtreecommitdiffstats
path: root/src/dlgtagfetcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlgtagfetcher.cpp')
-rw-r--r--src/dlgtagfetcher.cpp12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/dlgtagfetcher.cpp b/src/dlgtagfetcher.cpp
index aa69b71562..869ace656f 100644
--- a/src/dlgtagfetcher.cpp
+++ b/src/dlgtagfetcher.cpp
@@ -1,15 +1,13 @@
#include <QTreeWidget>
-#include <QDebug>
-#include <QDesktopServices>
-#include <QUrl>
+#include <QtDebug>
#include "dlgtagfetcher.h"
DlgTagFetcher::DlgTagFetcher(QWidget *parent)
- : QWidget(parent),
- m_track(NULL),
- m_TagFetcher(parent),
- m_networkError(NOERROR) {
+ : QWidget(parent),
+ m_track(NULL),
+ m_TagFetcher(parent),
+ m_networkError(NOERROR) {
setupUi(this);
connect(btnApply, SIGNAL(clicked()),