koApplication.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef __ko_app_h__
00021 #define __ko_app_h__
00022
00023 namespace std { }
00024 using namespace std;
00025 #include <kapplication.h>
00026 #include <koffice_export.h>
00027
00028 class KoApplicationPrivate;
00029
00042 class KOFFICECORE_EXPORT KoApplication : public KApplication
00043 {
00044 Q_OBJECT
00045
00046 public:
00051 KoApplication();
00052
00056 virtual ~KoApplication();
00057
00058
00070 virtual bool start();
00071
00075 static bool isStarting();
00076
00077 private:
00078 bool initHack();
00079 KoApplicationPrivate* d;
00080 static bool m_starting ;
00081 class ResetStarting;
00082 friend class ResetStarting;
00083 };
00084
00085 #endif
This file is part of the documentation for lib Library Version 1.4.2.