diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-10-16 07:30:53 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-10-16 07:30:53 +0000 |
| commit | 8abc1d73303c4841ff8bbf22d4d6f7994d4ac190 (patch) | |
| tree | 65a8eaa09531086bc1dea97762ea05cf022275fc /src/qmmpui/qtfiledialog.cpp | |
| parent | 3e8f5a28da668b89a3f782ec26e31e10ff8aa726 (diff) | |
| download | qmmp-8abc1d73303c4841ff8bbf22d4d6f7994d4ac190.tar.gz qmmp-8abc1d73303c4841ff8bbf22d4d6f7994d4ac190.tar.bz2 qmmp-8abc1d73303c4841ff8bbf22d4d6f7994d4ac190.zip | |
fixed build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1940 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qtfiledialog.cpp')
| -rw-r--r-- | src/qmmpui/qtfiledialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/qtfiledialog.cpp b/src/qmmpui/qtfiledialog.cpp index d177925da..1b9d7bb05 100644 --- a/src/qmmpui/qtfiledialog.cpp +++ b/src/qmmpui/qtfiledialog.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008 by Ilya Kotov * + * Copyright (C) 2008-2010 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -18,6 +18,7 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ +#include <QFileDialog> #include "qtfiledialog.h" |
