*** empty log message ***

This commit is contained in:
jwalz
2002-01-05 21:05:48 +00:00
parent 190ba77177
commit 4820558409

10
include/qt_kde0.h Normal file
View File

@@ -0,0 +1,10 @@
/* SCCS Id: @(#)qt_kde0.h 3.3 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