From b888c7edb54e483ec0e3c2e2ce0eafd73acdcc65 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:57:00 -0500 Subject: Initial import from kshowmail 3.3.1 sources --- doc/html/uniqueapp_8h-source.html | 75 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 doc/html/uniqueapp_8h-source.html (limited to 'doc/html/uniqueapp_8h-source.html') diff --git a/doc/html/uniqueapp_8h-source.html b/doc/html/uniqueapp_8h-source.html new file mode 100644 index 0000000..5a26d9b --- /dev/null +++ b/doc/html/uniqueapp_8h-source.html @@ -0,0 +1,75 @@ + + +kshowmail.kdevelop: Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/uniqueapp.h Source File + + + + +
+
+
+
+ +

uniqueapp.h

Go to the documentation of this file.
00001 /***************************************************************************
+00002                           uniqueapp.h  -  description
+00003                              -------------------
+00004     begin                : Mon Nov 19 2001
+00005     copyright            : (C) 2001 by Eggert Ehmke
+00006     email                : eggert.ehmke@berlin.de
+00007  ***************************************************************************/
+00008 
+00009 /***************************************************************************
+00010  *                                                                         *
+00011  *   This program is free software; you can redistribute it and/or modify  *
+00012  *   it under the terms of the GNU General Public License as published by  *
+00013  *   the Free Software Foundation; either version 2 of the License, or     *
+00014  *   (at your option) any later version.                                   *
+00015  *                                                                         *
+00016  ***************************************************************************/
+00017 
+00018 #ifndef UNIQUEAPP_H
+00019 #define UNIQUEAPP_H
+00020 
+00021 //KDE-Header
+00022 #include <kwin.h>
+00023 #include <kcmdlineargs.h>
+00024 #include <kuniqueapplication.h>
+00025 
+00026 //KShowMail-Header
+00027 #include "kshowmail.h"
+00028 #include "constants.h"
+00029 
+00030 using namespace Constants;
+00031 
+00037 class UniqueApp : public KUniqueApplication  {
+00038 
+00039 public: 
+00040   
+00044   UniqueApp();
+00045   
+00049   ~UniqueApp();
+00050   
+00054   virtual int newInstance ();
+00055   
+00056   
+00057 private:
+00058   
+00062   KShowMailApp* m_pApp;
+00063 };
+00064 
+00065 #endif
+

Generated on Tue Apr 1 21:59:49 2008 for kshowmail.kdevelop by  + +doxygen 1.5.0
+ + -- cgit v1.2.1