diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-05-12 08:27:38 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-05-12 08:27:38 +0000 |
| commit | 90c714810877653768549df085aa6f41d20ec496 (patch) | |
| tree | 70c7df142292da1be330657955b698feaa7f183c /src/qmmpui/uihelper.cpp | |
| parent | f2e74502e7d468d6f6a01f037c431d696fa5647b (diff) | |
| download | qmmp-90c714810877653768549df085aa6f41d20ec496.tar.gz qmmp-90c714810877653768549df085aa6f41d20ec496.tar.bz2 qmmp-90c714810877653768549df085aa6f41d20ec496.zip | |
fixed includes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7167 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/uihelper.cpp')
| -rw-r--r-- | src/qmmpui/uihelper.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/qmmpui/uihelper.cpp b/src/qmmpui/uihelper.cpp index b93638ced..fa2cda9cf 100644 --- a/src/qmmpui/uihelper.cpp +++ b/src/qmmpui/uihelper.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2016 by Ilya Kotov * + * Copyright (C) 2008-2017 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -25,10 +25,10 @@ #include <QSettings> #include <qmmp/soundcore.h> #include <qmmp/metadatamanager.h> -#include <qmmpui/filedialog.h> -#include <qmmpui/playlistparser.h> -#include <qmmpui/playlistmanager.h> -#include <qmmpui/qmmpuisettings.h> +#include "filedialog.h" +#include "playlistparser.h" +#include "playlistmanager.h" +#include "qmmpuisettings.h" #include "general.h" #include "generalfactory.h" #include "jumptotrackdialog_p.h" |
