summaryrefslogtreecommitdiffstats
path: root/doc/kpacman-api/kpacman_h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/kpacman-api/kpacman_h.html')
-rw-r--r--doc/kpacman-api/kpacman_h.html74
1 files changed, 0 insertions, 74 deletions
diff --git a/doc/kpacman-api/kpacman_h.html b/doc/kpacman-api/kpacman_h.html
deleted file mode 100644
index ecd4846..0000000
--- a/doc/kpacman-api/kpacman_h.html
+++ /dev/null
@@ -1,74 +0,0 @@
-<HTML>
-<HEAD>
-<TITLE>Source: kpacman.h</TITLE>
-
-<META NAME="Generator" CONTENT="KDOC ">
-</HEAD>
-<BODY bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000099" alink= "#ffffff">
-<TABLE WIDTH="100%" BORDER="0">
-<TR>
-<TD>
- <TABLE BORDER="0">
- <TR><TD valign="top" align="left" cellspacing="10">
- <h1>Source: kpacman.h</h1>
- </TD>
- <TD valign="top" align="right" colspan="1"></TD></TR>
- </TABLE>
- <HR>
- <TABLE BORDER="0">
-
- </TABLE>
- </TD>
-<TD align="right"><TABLE BORDER="0"><TR><TD><small><A HREF="index-long.html">Annotated List</A></small></TD></TR>
-<TR><TD><small><A HREF="header-list.html">Files</A></small></TD></TR>
-<TR><TD><small><A HREF="all-globals.html">Globals</A></small></TD></TR>
-<TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR>
-<TR><TD><small><A HREF="index.html">Index</A></small></TD></TR>
-</TABLE></TD></TR></TABLE>
-<pre>
-/***************************************************************************
- kpacman.h - description
- -------------------
- begin : Sam Jan 19 13:37:57 CET 2002
- copyright : (C) 1998-2003 by Jörg Thönnissen
- email : joe@dsite.de
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * 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 KPACMAN_H
-#define KPACMAN_H
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include <kapp.h>
-#include <ntqwidget.h>
-
-/** Kpacman is the base class of the project */
-class Kpacman : public TQWidget
-{
- Q_OBJECT
- public:
- /** construtor */
- Kpacman(TQWidget* parent=0, const char *name=0);
- /** destructor */
- ~Kpacman();
-};
-
-#endif
-</pre>
-<HR>
- <table>
- <tr><td><small>Generated by: jth on tim on Sat Jan 19 13:38:55 2002, using kdoc 2.0a53.</small></td></tr>
- </table>
-</BODY>
-</HTML>