summaryrefslogtreecommitdiffstats
path: root/knights/splash.h
diff options
context:
space:
mode:
Diffstat (limited to 'knights/splash.h')
-rw-r--r--knights/splash.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/knights/splash.h b/knights/splash.h
new file mode 100644
index 0000000..93cdc6c
--- /dev/null
+++ b/knights/splash.h
@@ -0,0 +1,35 @@
+/***************************************************************************
+ splash.h - description
+ -------------------
+ begin : Tue Jul 17 2001
+ copyright : (C) 2003 by Troy Corbin Jr.
+ email : tcorbin@users.sourceforge.net
+ ***************************************************************************/
+
+/***************************************************************************
+ * *
+ * 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 SPLASH_H
+#define SPLASH_H
+
+#include <qwidget.h>
+
+/**
+ *@author Troy Corbin Jr.
+ */
+
+class splash : public QWidget
+{
+ Q_OBJECT
+ public:
+ splash();
+ ~splash();
+};
+
+#endif