summaryrefslogtreecommitdiff
path: root/noncore/styles/liquid/liquidset.h
Side-by-side diff
Diffstat (limited to 'noncore/styles/liquid/liquidset.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/liquid/liquidset.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/styles/liquid/liquidset.h b/noncore/styles/liquid/liquidset.h
index 6d9555a..a54cc13 100644
--- a/noncore/styles/liquid/liquidset.h
+++ b/noncore/styles/liquid/liquidset.h
@@ -1,20 +1,20 @@
#ifndef __OPIE_LIQUID_SET_H__
#define __OPIE_LIQUID_SET_H__
#include <qdialog.h>
#include <qcolor.h>
class QLabel;
-class OColorButton;
+namespace Opie {class OColorButton;}
class QSlider;
class LiquidSettings : public QWidget {
Q_OBJECT
public:
LiquidSettings ( QWidget *parent = 0, const char *name = 0, WFlags fl = 0 );
public slots:
void changeType ( int t );
void changeShadow ( bool b );
void changeFlat ( bool b );
@@ -22,16 +22,16 @@ public slots:
virtual bool writeConfig ( );
private:
int m_type;
bool m_shadow;
bool m_flat;
QSlider * m_opacsld;
QSlider * m_contsld;
QLabel * m_menulbl;
QLabel * m_textlbl;
QLabel * m_opaclbl;
- OColorButton *m_menubtn;
- OColorButton *m_textbtn;
+ Opie::OColorButton *m_menubtn;
+ Opie::OColorButton *m_textbtn;
};
#endif