renamed XSettings to XConfig.
This commit is contained in:
parent
ac44b4efc6
commit
ba27687590
15 changed files with 60 additions and 64 deletions
|
@ -23,7 +23,7 @@ class QPixmap;
|
|||
class QPaintEvent;
|
||||
|
||||
#include "VolumeSlider.h"
|
||||
class XSettings;
|
||||
class XConfig;
|
||||
class Skin;
|
||||
class Button;
|
||||
class ToggleButton;
|
||||
|
@ -66,7 +66,7 @@ class EqualizerWidget : public QWidget
|
|||
void updateServerBands (int value, int id);
|
||||
|
||||
private:
|
||||
XSettings *m_xsettings;
|
||||
XConfig *m_xconfig;
|
||||
QPixmap m_pixmap;
|
||||
QPixmap m_graph;
|
||||
ToggleButton *m_enable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue