From 37aaa67152936f4fefff22d559c03e943a86ae69 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 5 Sep 2020 01:09:44 +0900 Subject: Renamed kpacman -> tdepacman. Signed-off-by: Michele Calgaro --- doc/tdepacman-api/tdepacman_h.html | 74 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 doc/tdepacman-api/tdepacman_h.html (limited to 'doc/tdepacman-api/tdepacman_h.html') diff --git a/doc/tdepacman-api/tdepacman_h.html b/doc/tdepacman-api/tdepacman_h.html new file mode 100644 index 0000000..b8368f0 --- /dev/null +++ b/doc/tdepacman-api/tdepacman_h.html @@ -0,0 +1,74 @@ + + +Source: tdepacman.h + + + + + + + +
+ + + +
+

Source: tdepacman.h

+
+
+ + +
+
+ + + + +
Annotated List
Files
Globals
Hierarchy
Index
+
+/***************************************************************************
+                          tdepacman.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 TDEPACMAN_H
+#define TDEPACMAN_H
+
+#ifdef HAVE_CONFIG_H
+#include 
+#endif
+
+#include 
+#include 
+
+/** TDEpacman is the base class of the project */
+class TDEpacman : public TQWidget
+{
+  Q_OBJECT 
+  public:
+    /** construtor */
+    TDEpacman(TQWidget* parent=0, const char *name=0);
+    /** destructor */
+    ~TDEpacman();
+};
+
+#endif
+
+
+ + +
Generated by: jth on tim on Sat Jan 19 13:38:55 2002, using kdoc 2.0a53.
+ + -- cgit v1.2.1