kdeuniquecelestia.h
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:1k
源码类别:

OpenGL

开发平台:

Visual C++

  1. /***************************************************************************
  2.                           kdeuniquecelestia.h  -  description
  3.                              -------------------
  4.     begin                : Mon Aug 5 2002
  5.     copyright            : (C) 2002 by chris
  6.     email                : chris@tux.teyssier.org
  7.  ***************************************************************************/
  8. /***************************************************************************
  9.  *                                                                         *
  10.  *   This program is free software; you can redistribute it and/or modify  *
  11.  *   it under the terms of the GNU General Public License as published by  *
  12.  *   the Free Software Foundation; either version 2 of the License, or     *
  13.  *   (at your option) any later version.                                   *
  14.  *                                                                         *
  15.  ***************************************************************************/
  16. #include <kuniqueapplication.h>
  17. #include "kdeapp.h"
  18. class KdeUniqueCelestia : public KUniqueApplication {
  19. Q_OBJECT
  20. public:
  21.     KdeUniqueCelestia();
  22.     int newInstance();
  23. private:
  24.     KdeApp* app;
  25. }  ;