From dde789ef19fa3a3913805e452ac1e3400688e8a0 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 15 Jan 2004 13:59:58 +0000 Subject: more libopie1 --> libopie2 with namespace cleanups and code layout cleanups --- (limited to 'libqtaux/ocolorpopupmenu.h') 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 #include @@ -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 -- cgit v0.9.0.2