summaryrefslogtreecommitdiff
path: root/noncore/styles/liquid
authorzecke <zecke>2004-03-14 15:25:30 (UTC)
committer zecke <zecke>2004-03-14 15:25:30 (UTC)
commit13aeeabab5f2a6262b33de83cc9559a49365e325 (patch) (unidiff)
treeb82e8e4c4da0f867c9d4b4970226891087a52273 /noncore/styles/liquid
parentcf2499b03c783851e56049182c5e872d6dda3b63 (diff)
downloadopie-13aeeabab5f2a6262b33de83cc9559a49365e325.zip
opie-13aeeabab5f2a6262b33de83cc9559a49365e325.tar.gz
opie-13aeeabab5f2a6262b33de83cc9559a49365e325.tar.bz2
ODP changes for the Styles
Diffstat (limited to 'noncore/styles/liquid') (more/less context) (show whitespace changes)
-rw-r--r--noncore/styles/liquid/config.in2
-rw-r--r--noncore/styles/liquid/liquid.pro2
-rw-r--r--noncore/styles/liquid/liquidset.cpp3
-rw-r--r--noncore/styles/liquid/liquidset.h6
4 files changed, 7 insertions, 6 deletions
diff --git a/noncore/styles/liquid/config.in b/noncore/styles/liquid/config.in
index c0ad4cd..23f8637 100644
--- a/noncore/styles/liquid/config.in
+++ b/noncore/styles/liquid/config.in
@@ -3,2 +3,2 @@
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBQTAUX
diff --git a/noncore/styles/liquid/liquid.pro b/noncore/styles/liquid/liquid.pro
index 4c4aaf4..c7d785d 100644
--- a/noncore/styles/liquid/liquid.pro
+++ b/noncore/styles/liquid/liquid.pro
@@ -12,3 +12,3 @@ HEADERS = liquid.h \
12 12
13LIBS += -lqpe -lopie 13LIBS += -lqpe -lqtaux2
14INCLUDEPATH += $(OPIEDIR)/include 14INCLUDEPATH += $(OPIEDIR)/include
diff --git a/noncore/styles/liquid/liquidset.cpp b/noncore/styles/liquid/liquidset.cpp
index a7cfccc..1bf60de 100644
--- a/noncore/styles/liquid/liquidset.cpp
+++ b/noncore/styles/liquid/liquidset.cpp
@@ -37,5 +37,6 @@
37 37
38#include <opie/ocolorbutton.h> 38#include <opie2/ocolorbutton.h>
39 39
40 40
41using namespace Opie;
41LiquidSettings::LiquidSettings ( QWidget* parent, const char *name, WFlags fl ) 42LiquidSettings::LiquidSettings ( QWidget* parent, const char *name, WFlags fl )
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
@@ -7,3 +7,3 @@
7class QLabel; 7class QLabel;
8class OColorButton; 8namespace Opie {class OColorButton;}
9class QSlider; 9class QSlider;
@@ -33,4 +33,4 @@ private:
33 QLabel * m_opaclbl; 33 QLabel * m_opaclbl;
34 OColorButton *m_menubtn; 34 Opie::OColorButton *m_menubtn;
35 OColorButton *m_textbtn; 35 Opie::OColorButton *m_textbtn;
36}; 36};