diff options
Diffstat (limited to 'krootwarning/krootwarning-api/kdoc-reference/krootwarning_h.html')
-rw-r--r-- | krootwarning/krootwarning-api/kdoc-reference/krootwarning_h.html | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/krootwarning/krootwarning-api/kdoc-reference/krootwarning_h.html b/krootwarning/krootwarning-api/kdoc-reference/krootwarning_h.html deleted file mode 100644 index 7935deb..0000000 --- a/krootwarning/krootwarning-api/kdoc-reference/krootwarning_h.html +++ /dev/null @@ -1,74 +0,0 @@ -<HTML> -<HEAD> -<TITLE>Source: krootwarning.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: krootwarning.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> -/*************************************************************************** - krootwarning.h - description - ------------------- - begin : mar jui 10 13:42:19 CEST 2001 - copyright : (C) 2001 by Laurent MONTEL - email : lmontel@mandrakesoft.com - ***************************************************************************/ - -/*************************************************************************** - * * - * 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 KROOTWARNING_H -#define KROOTWARNING_H - -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - -#include <kapp.h> -#include <qwidget.h> - -/** Krootwarning is the base class of the porject */ -class Krootwarning : public QWidget -{ - Q_OBJECT - public: - /** construtor */ - Krootwarning(QWidget* parent=0, const char *name=0); - /** destructor */ - ~Krootwarning(); -}; - -#endif -</pre> -<HR> - <table> - <tr><td><small>Generated by: root@kspread.mandrakesoft.com on Tue Jul 10 13:43:25 2001, using kdoc 2.0a53.</small></td></tr> - </table> -</BODY> -</HTML> |