Wikihack
Advertisement

Below is the full text to qt_kde0.h from the source code of NetHack 3.3.0. To link to a particular line, write [[NetHack 3.3.0/qt_kde0.h#line123]], for example.

Warning! This is the source code from an old release. For the latest release, see Source code

The NetHack General Public License applies to screenshots, source code and other content from NetHack.
1.    /*	SCCS Id: @(#)qt_kde0.h	3.3	1999/11/19	*/
2.    /* Copyright (c) Warwick Allison, 1999. */
3.    /* NetHack may be freely redistributed.  See license for details. */
4.    
5.    #ifndef QT_DUMMYKDE
6.    #define QT_DUMMYKDE
7.    class KTopLevelWidget : public QWidget {
8.            Q_OBJECT
9.    };
10.   #endif
Advertisement