diff options
Diffstat (limited to 'examples/sound')
-rw-r--r-- | examples/sound/sound.cpp | 2 | ||||
-rw-r--r-- | examples/sound/sound.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/sound/sound.cpp b/examples/sound/sound.cpp index fd508ca1c..9c79d5762 100644 --- a/examples/sound/sound.cpp +++ b/examples/sound/sound.cpp @@ -16,7 +16,7 @@ #include "sound.h" #include <ntqapplication.h> #include <ntqmessagebox.h> -#include <ntqmenubar.h> +#include <tqmenubar.h> SoundPlayer::SoundPlayer() : TQMainWindow(), diff --git a/examples/sound/sound.h b/examples/sound/sound.h index ee4bc5853..416927b24 100644 --- a/examples/sound/sound.h +++ b/examples/sound/sound.h @@ -10,7 +10,7 @@ #define PLAY_H #include "ntqsound.h" -#include <ntqmainwindow.h> +#include <tqmainwindow.h> class SoundPlayer : public TQMainWindow { TQ_OBJECT |