summaryrefslogtreecommitdiff
path: root/libqtaux/ocolorpopupmenu.cpp
Side-by-side diff
Diffstat (limited to 'libqtaux/ocolorpopupmenu.cpp') (more/less context) (show whitespace changes)
-rw-r--r--libqtaux/ocolorpopupmenu.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libqtaux/ocolorpopupmenu.cpp b/libqtaux/ocolorpopupmenu.cpp
index 6a2321e..6c5f99c 100644
--- a/libqtaux/ocolorpopupmenu.cpp
+++ b/libqtaux/ocolorpopupmenu.cpp
@@ -24,28 +24,31 @@
 -.   .:....=;==+<; You should have received a copy of the GNU
  -_. . .   )=.  = Library General Public License along with
    --        :-=` this library; see the file COPYING.LIB.
If not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
#include "ocolorpopupmenu.h"
#include "qcolordialog.h"
+/* QT */
#include <qaction.h>
#include <qlayout.h>
#include <qpainter.h>
+using namespace Opie;
+
OColorPanelButton::OColorPanelButton( const QColor& color, QWidget* parent, const char* name )
: QFrame( parent, name )
{
m_color = color;
setFixedSize( 16, 16 );
setActive( FALSE );
}
OColorPanelButton::~OColorPanelButton()
{
}