15 lines
297 B
C++
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
|