summaryrefslogtreecommitdiff
path: root/noncore/settings/appearance2/editScheme.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/appearance2/editScheme.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/appearance2/editScheme.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/noncore/settings/appearance2/editScheme.h b/noncore/settings/appearance2/editScheme.h
index c7539cb..302652c 100644
--- a/noncore/settings/appearance2/editScheme.h
+++ b/noncore/settings/appearance2/editScheme.h
@@ -32,12 +32,10 @@
#include <opie2/ocolorbutton.h>
#include <qdialog.h>
-using Opie::OColorButton;
-
class QColor;
-class OColorButton;
+namespace Opie {namespace Ui {class OColor;}}
class EditScheme : public QDialog {
Q_OBJECT
@@ -50,8 +48,8 @@ protected slots:
private:
int m_count;
QColor *m_colors;
- OColorButton **m_buttons;
+ Opie::OColorButton **m_buttons;
};
#endif