diff options
Diffstat (limited to 'examples/sound/sound.h')
-rw-r--r-- | examples/sound/sound.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sound/sound.h b/examples/sound/sound.h index 9c3e5d7b3..573e87136 100644 --- a/examples/sound/sound.h +++ b/examples/sound/sound.h @@ -9,8 +9,8 @@ #ifndef PLAY_H #define PLAY_H -#include "qsound.h" -#include <qmainwindow.h> +#include "ntqsound.h" +#include <ntqmainwindow.h> class SoundPlayer : public TQMainWindow { Q_OBJECT |