12 lines
316 B
C++
12 lines
316 B
C++
/* NetHack 3.5 qt_kde0.h $Date$ $Revision$ */
|
|
/* SCCS Id: @(#)qt_kde0.h 3.5 1999/11/19 */
|
|
/* Copyright (c) Warwick Allison, 1999. */
|
|
/* NetHack may be freely redistributed. See license for details. */
|
|
|
|
#ifndef QT_DUMMYKDE
|
|
#define QT_DUMMYKDE
|
|
class KTopLevelWidget : public QMainWindow {
|
|
Q_OBJECT
|
|
};
|
|
#endif
|