aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/uihelper.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-07-27 16:25:17 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-07-27 16:25:17 +0000
commit79b68b3ca812ed9d593337d581203c0ab13bd296 (patch)
treed600c9e08889f90f81bb620c55d1fa8fd8eba69d /src/qmmpui/uihelper.h
parent84e7e9d47ebac75f0c6291de4f0b4ae5e294c402 (diff)
downloadqmmp-79b68b3ca812ed9d593337d581203c0ab13bd296.tar.gz
qmmp-79b68b3ca812ed9d593337d581203c0ab13bd296.tar.bz2
qmmp-79b68b3ca812ed9d593337d581203c0ab13bd296.zip
added user interface option
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2282 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/uihelper.h')
-rw-r--r--src/qmmpui/uihelper.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/qmmpui/uihelper.h b/src/qmmpui/uihelper.h
index 3fc7732e5..ae171acc9 100644
--- a/src/qmmpui/uihelper.h
+++ b/src/qmmpui/uihelper.h
@@ -27,8 +27,8 @@
#include <QStringList>
#include <QApplication>
#include <QPointer>
-#include <qmmpui/playlistmanager.h>
-#include <qmmpui/playlistmodel.h>
+#include "playlistmanager.h"
+#include "playlistmodel.h"
class QAction;
class QMenu;
@@ -135,7 +135,6 @@ private:
QPointer<QMenu> m_toolsMenu;
QPointer<QMenu> m_playlistMenu;
QString m_lastDir;
- //JumpToTrackDialog *m_jumpDialog;
QPointer <JumpToTrackDialog> m_jumpDialog;
static UiHelper* m_instance;
};