1 /***************************************************************************
3 copyright : (C) 2003 - 2004 by Scott Wheeler
4 email : wheeler@kde.org
5 ***************************************************************************/
7 /***************************************************************************
9 * This program is free software; you can redistribute it and/or modify *
10 * it under the terms of the GNU General Public License as published by *
11 * the Free Software Foundation; either version 2 of the License, or *
12 * (at your option) any later version. *
14 ***************************************************************************/
16 #ifndef TRACKPICKERDIALOG_H
17 #define TRACKPICKERDIALOG_H
19 #include "config-amarok.h"
27 class TrackPickerDialogBase
;
30 class TrackPickerDialog
: public KDialog
35 void sigSelectionMade( KTRMResult
);
38 TrackPickerDialog(const QString
&name
, const KTRMResultList
&results
, QWidget
*parent
= 0);
40 KTRMResult
result() const;
46 TrackPickerDialogBase
*m_base
;
49 #endif // HAVE_TUNEPIMP