diff options
Diffstat (limited to 'kpoker/sound.cpp')
-rw-r--r-- | kpoker/sound.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpoker/sound.cpp b/kpoker/sound.cpp index f029d03a..3835c3fb 100644 --- a/kpoker/sound.cpp +++ b/kpoker/sound.cpp @@ -14,7 +14,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include <qstring.h> +#include <tqstring.h> #include <kstandarddirs.h> @@ -36,7 +36,7 @@ void kpok::playSound(const char *soundname) if (!sound) return; - KAudioPlayer::play(locate("data", QString("kpoker/sounds/")+soundname)); + KAudioPlayer::play(locate("data", TQString("kpoker/sounds/")+soundname)); } |