aboutsummaryrefslogtreecommitdiff
path: root/src/eqtitlebar.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-11-07 18:03:14 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-11-07 18:03:14 +0000
commit1e7a7fdfdf6859e016cc715aace8d0ecb0e3a761 (patch)
tree0cc1bdc55fa4dc553490185fed0eceb644a5a082 /src/eqtitlebar.h
parentf70c0765539a3482bb3f1cda24fd4776ae4aad20 (diff)
downloadqmmp-1e7a7fdfdf6859e016cc715aace8d0ecb0e3a761.tar.gz
qmmp-1e7a7fdfdf6859e016cc715aace8d0ecb0e3a761.tar.bz2
qmmp-1e7a7fdfdf6859e016cc715aace8d0ecb0e3a761.zip
added close buttons to equalizer and playlist
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@180 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/eqtitlebar.h')
-rw-r--r--src/eqtitlebar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/eqtitlebar.h b/src/eqtitlebar.h
index 840577272..52ac12fff 100644
--- a/src/eqtitlebar.h
+++ b/src/eqtitlebar.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006 by Ilya Kotov *
+ * Copyright (C) 2007 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -30,6 +30,7 @@ class QMouseEvent;
class Skin;
class MainWindow;
+class Button;
class EqTitleBar : public PixmapWidget
{
@@ -47,6 +48,7 @@ private:
QPoint m_pos;
QWidget* m_eq;
MainWindow* m_mw;
+ Button* m_close;
protected:
void mousePressEvent(QMouseEvent*);