diff options
Diffstat (limited to 'libk3b/videodvd/k3bvideodvdsubpicturestream.h')
-rw-r--r-- | libk3b/videodvd/k3bvideodvdsubpicturestream.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libk3b/videodvd/k3bvideodvdsubpicturestream.h b/libk3b/videodvd/k3bvideodvdsubpicturestream.h index b32407d..c9b6126 100644 --- a/libk3b/videodvd/k3bvideodvdsubpicturestream.h +++ b/libk3b/videodvd/k3bvideodvdsubpicturestream.h @@ -18,7 +18,7 @@ #include <k3b_export.h> -#include <qstring.h> +#include <tqstring.h> namespace K3bVideoDVD @@ -54,11 +54,11 @@ namespace K3bVideoDVD * \return A two chars language code or the empty string * if the language is undefined. */ - const QString& langCode() const { return m_langCode; } + const TQString& langCode() const { return m_langCode; } private: unsigned int m_codeMode:3; - QString m_langCode; + TQString m_langCode; unsigned int m_codeExtension; friend class VideoDVD; |