aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/tageditor.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-06-27 17:32:13 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-06-27 17:32:13 +0000
commit6ba4fc48fd35f5c0ea53739cce79fae84014aeeb (patch)
tree470f61c8e107dc03621ab05dda8de3c7552a4ca1 /src/qmmpui/tageditor.cpp
parent40fb51b6a7e292f66a97fe414493d9441c4702ab (diff)
downloadqmmp-6ba4fc48fd35f5c0ea53739cce79fae84014aeeb.tar.gz
qmmp-6ba4fc48fd35f5c0ea53739cce79fae84014aeeb.tar.bz2
qmmp-6ba4fc48fd35f5c0ea53739cce79fae84014aeeb.zip
renamed private headers
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2240 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/tageditor.cpp')
-rw-r--r--src/qmmpui/tageditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/tageditor.cpp b/src/qmmpui/tageditor.cpp
index 7e4927213..b94dcbb6d 100644
--- a/src/qmmpui/tageditor.cpp
+++ b/src/qmmpui/tageditor.cpp
@@ -19,7 +19,7 @@
***************************************************************************/
#include <qmmp/tagmodel.h>
-#include "tageditor.h"
+#include "tageditor_p.h"
#include "ui_tageditor.h"
TagEditor::TagEditor(TagModel *tagModel, QWidget *parent) : QWidget(parent), m_ui(new Ui::TagEditor)