Files
nethack/win/Qt/qt_kde0.h
2019-12-07 17:07:50 +01:00

15 lines
297 B
C++

/* SCCS Id: @(#)qt_kde0.h 3.4 1999/11/19 */
/* Copyright (c) Warwick Allison, 1999. */
/* NetHack may be freely redistributed. See license for details. */
#ifndef QT_DUMMYKDE
#define QT_DUMMYKDE
namespace nethack_qt_ {
class KTopLevelWidget : public QMainWindow {
Q_OBJECT
};
}
#endif