Source: ksirk.h


Annotated List
Files
Globals
Hierarchy
Index
/***************************************************************************
                          ksirk.h  -  description
                             -------------------
    begin                : sam déc 14 23:09:36 UTC 2002
    copyright            : (C) 2002 by 
    email                : 
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#ifndef KSIRK_H
#define KSIRK_H

#ifdef HAVE_CONFIG_H
#include 
#endif

#include 
#include 

/** KsirK is the base class of the project */
class KsirK : public QWidget
{
  Q_OBJECT 
  public:
    /** construtor */
    KsirK(QWidget* parent=0, const char *name=0);
    /** destructor */
    ~KsirK();
};

#endif

Generated by: gael on noirdes.limsi.u-psud.fr on Sat Dec 14 23:10:18 2002, using kdoc 2.0a53.