summaryrefslogtreecommitdiff
path: root/noncore/styles/liquid/liquidset.h
authorzecke <zecke>2004-03-14 15:25:30 (UTC)
committer zecke <zecke>2004-03-14 15:25:30 (UTC)
commit13aeeabab5f2a6262b33de83cc9559a49365e325 (patch) (side-by-side diff)
treeb82e8e4c4da0f867c9d4b4970226891087a52273 /noncore/styles/liquid/liquidset.h
parentcf2499b03c783851e56049182c5e872d6dda3b63 (diff)
downloadopie-13aeeabab5f2a6262b33de83cc9559a49365e325.zip
opie-13aeeabab5f2a6262b33de83cc9559a49365e325.tar.gz
opie-13aeeabab5f2a6262b33de83cc9559a49365e325.tar.bz2
ODP changes for the Styles
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
@@ -5,7 +5,7 @@
#include <qcolor.h>
class QLabel;
-class OColorButton;
+namespace Opie {class OColorButton;}
class QSlider;
class LiquidSettings : public QWidget {
@@ -31,7 +31,7 @@ private:
QLabel * m_menulbl;
QLabel * m_textlbl;
QLabel * m_opaclbl;
- OColorButton *m_menubtn;
- OColorButton *m_textbtn;
+ Opie::OColorButton *m_menubtn;
+ Opie::OColorButton *m_textbtn;
};
#endif