OSDN Git Service

d232afa4b41f48bd932afe35ce30ec32221e44b6
[kita/kita.git] / kita / src / libkita / event.h
1 /***************************************************************************
2 *   Copyright (C) 2004 by Kita Developers                                 *
3 *   ikemo@users.sourceforge.jp                                            *
4 *                                                                         *
5 *   This program is free software; you can redistribute it and/or modify  *
6 *   it under the terms of the GNU General Public License as published by  *
7 *   the Free Software Foundation; either version 2 of the License, or     *
8 *   (at your option) any later version.                                   *
9 ***************************************************************************/
10 #ifndef KITAEVENT_H
11 #define KITAEVENT_H
12
13 const int EVENT_EmitFinigh = QEvent::User + 200;
14 const int EVENT_DeleteLoader = QEvent::User + 201;
15
16 #endif