aboutsummaryrefslogtreecommitdiff
path: root/src/titlebar.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/titlebar.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/titlebar.h')
-rw-r--r--src/titlebar.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/titlebar.h b/src/titlebar.h
index 44c1e51f0..1589effc0 100644
--- a/src/titlebar.h
+++ b/src/titlebar.h
@@ -1,6 +1,6 @@
/***************************************************************************
- * Copyright (C) 2006 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * Copyright (C) 2007 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 *
@@ -51,13 +51,13 @@ private slots:
void showMainMenu();
private:
- Skin *skin;
- QPoint pos;
- MainWindow *mw;
- Button *menu;
- Button *minimize;
- Button *shade;
- Button *close;
+ Skin *m_skin;
+ QPoint m_pos;
+ MainWindow *m_mw;
+ Button *m_menu;
+ Button *m_minimize;
+ Button *m_shade;
+ Button *m_close;
int x_diff, y_diff;