diff options
Diffstat (limited to 'src/plugins/Input/ffmpeg/detailsdialog.h')
| -rw-r--r-- | src/plugins/Input/ffmpeg/detailsdialog.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/plugins/Input/ffmpeg/detailsdialog.h b/src/plugins/Input/ffmpeg/detailsdialog.h index 258a1bd21..1c21004c2 100644 --- a/src/plugins/Input/ffmpeg/detailsdialog.h +++ b/src/plugins/Input/ffmpeg/detailsdialog.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2006 by Ilya Kotov * - * forkotov02@hotmail.ru * + * Copyright (C) 2006-2009 by Ilya Kotov * + * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -20,14 +20,12 @@ #ifndef DETAILSDIALOG_H #define DETAILSDIALOG_H -#include <QDialog> - -#include "ui_detailsdialog.h" +#include <qmmp/abstractdetailsdialog.h> /** @author Ilya Kotov <forkotov02@hotmail.ru> */ -class DetailsDialog : public QDialog +class DetailsDialog : public AbstractDetailsDialog { Q_OBJECT public: @@ -35,9 +33,8 @@ public: ~DetailsDialog(); -private: +private: void loadInfo(); - Ui::DetailsDialog ui; QString m_path; }; |
