summaryrefslogtreecommitdiff
path: root/libqtaux/ocolorpopupmenu.h
authormickeyl <mickeyl>2004-01-15 13:59:58 (UTC)
committer mickeyl <mickeyl>2004-01-15 13:59:58 (UTC)
commitdde789ef19fa3a3913805e452ac1e3400688e8a0 (patch) (side-by-side diff)
treea33a0ce31750ad56cfd3362585d4e7b32ca0a456 /libqtaux/ocolorpopupmenu.h
parent3c74c5343a8432c494ace71d94cca354c01ef1d3 (diff)
downloadopie-dde789ef19fa3a3913805e452ac1e3400688e8a0.zip
opie-dde789ef19fa3a3913805e452ac1e3400688e8a0.tar.gz
opie-dde789ef19fa3a3913805e452ac1e3400688e8a0.tar.bz2
more libopie1 --> libopie2 with namespace cleanups and code layout cleanups
Diffstat (limited to 'libqtaux/ocolorpopupmenu.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libqtaux/ocolorpopupmenu.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/libqtaux/ocolorpopupmenu.h b/libqtaux/ocolorpopupmenu.h
index 90cfbed..7ab3ca6 100644
--- a/libqtaux/ocolorpopupmenu.h
+++ b/libqtaux/ocolorpopupmenu.h
@@ -30,8 +30,10 @@
*/
-#ifndef COLORPOPUPMENU_H
-#define COLORPOPUPMENU_H
+#ifndef OCOLORPOPUPMENU_H
+#define OCOLORPOPUPMENU_H
+
+/* QT */
#include <qframe.h>
#include <qpopupmenu.h>
@@ -39,6 +41,9 @@
class QWidget;
class QGridLayout;
+namespace Opie
+{
+
/**
* @class OColorPanelButton
* @brief The OColorPanelButton class provides a button for color selection.
@@ -252,4 +257,6 @@ protected slots:
void moreColorClicked();
};
+};
+
#endif // COLORPOPUPMENUANEL_H