summaryrefslogtreecommitdiff
path: root/libopie/colorpopupmenu.cpp
Unidiff
Diffstat (limited to 'libopie/colorpopupmenu.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/colorpopupmenu.cpp51
1 files changed, 31 insertions, 20 deletions
diff --git a/libopie/colorpopupmenu.cpp b/libopie/colorpopupmenu.cpp
index 17e2c0a..510a2ad 100644
--- a/libopie/colorpopupmenu.cpp
+++ b/libopie/colorpopupmenu.cpp
@@ -1,24 +1,35 @@
1/********************************************************************** 1/*
2** ColorPopupMenu 2                This file is part of the Opie Project
3** 3
4** Popup menu for selecting colors 4              Copyright (c) 2002 S. Prud'homme <prudhomme@laposte.net>
5** 5              Dan Williams <williamsdr@acm.org>
6** Based on colorpanel by S. Prud'homme <prudhomme@laposte.net> 6 =.
7** 7 .=l.
8** Copyright (C) 2002, Dan Williams 8           .>+-=
9** williamsdr@acm.org 9 _;:,     .>    :=|. This program is free software; you can
10** http://draknor.net 10.> <`_,   >  .   <= redistribute it and/or modify it under
11** 11:`=1 )Y*s>-.--   : the terms of the GNU Library General Public
12** This file may be distributed and/or modified under the terms of the 12.="- .-=="i,     .._ License as published by the Free Software
13** GNU General Public License version 2 as published by the Free Software 13 - .   .-<_>     .<> Foundation; either version 2 of the License,
14** Foundation and appearing in the file LICENSE.GPL included in the 14     ._= =}       : or (at your option) any later version.
15** packaging of this file. 15    .%`+i>       _;_.
16** 16    .i_,=:_.      -<s. This program is distributed in the hope that
17** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 17     +  .  -:.       = it will be useful, but WITHOUT ANY WARRANTY;
18** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 18    : ..    .:,     . . . without even the implied warranty of
19** 19    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A
20**********************************************************************/ 20  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU
21..}^=.=       =       ; Library General Public License for more
22++=   -.     .`     .: details.
23 :     =  ...= . :.=-
24 -.   .:....=;==+<; You should have received a copy of the GNU
25  -_. . .   )=.  = Library General Public License along with
26    --        :-=` this library; see the file COPYING.LIB.
27 If not, write to the Free Software Foundation,
28 Inc., 59 Temple Place - Suite 330,
29 Boston, MA 02111-1307, USA.
30
31*/
21 32
22#include "colorpopupmenu.h" 33#include "colorpopupmenu.h"
23#include "colordialog.h" 34#include "colordialog.h"
24 35