summaryrefslogtreecommitdiff
path: root/bibletime/bibletimeapp.h
diff options
context:
space:
mode:
authorRoberto C. Sanchez <roberto@connexer.com>2014-10-21 22:48:14 -0400
committerRoberto C. Sanchez <roberto@connexer.com>2014-10-21 22:48:14 -0400
commit3edaf04fe3c966997d7c84a8973c62ab5df500bb (patch)
tree46865fe911db1fca1c6a8678795bae46a19d9f1b /bibletime/bibletimeapp.h
parent472963ff3697fb12af111e4a8fa2b985216826d5 (diff)
Imported Upstream version 1.5
Diffstat (limited to 'bibletime/bibletimeapp.h')
-rw-r--r--bibletime/bibletimeapp.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/bibletime/bibletimeapp.h b/bibletime/bibletimeapp.h
deleted file mode 100644
index 28a3a5e..0000000
--- a/bibletime/bibletimeapp.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/***************************************************************************
- bibletimeapp.h - description
- -------------------
- begin : Sam Jul 12 2003
- copyright : (C) 2003 by The BibleTime team
- email : info@bibletime.info
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * 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 BIBLETIMEAPP_H
-#define BIBLETIMEAPP_H
-
-//BibleTime
-#include "util/cpointers.h"
-
-//KDE
-#include <kapplication.h>
-
-/** The BibleTimeApp class is used to clean up all instances of the backend and to delete all created module objects.
- * @author The BibleTime team
- */
-class BibleTimeApp : public KApplication, public CPointers {
-public:
- BibleTimeApp();
- virtual ~BibleTimeApp();
-};
-
-#endif