summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/microkde/kcolordialog.h
blob: 0f831cd4e0e450ad151b0d13a0842a24560ee47f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef MINIKDE_KCOLORDIALOG_H
#define MINIKDE_KCOLORDIALOG_H

#include <qcolor.h>

class KColorDialog
{
  public:
    enum { Accepted };
  
    static int getColor( const QColor & );
};

#endif