diff options
Diffstat (limited to 'libk3b/videodvd/k3bvideodvdtime.h')
-rw-r--r-- | libk3b/videodvd/k3bvideodvdtime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/videodvd/k3bvideodvdtime.h b/libk3b/videodvd/k3bvideodvdtime.h index f486741..5af771c 100644 --- a/libk3b/videodvd/k3bvideodvdtime.h +++ b/libk3b/videodvd/k3bvideodvdtime.h @@ -18,7 +18,7 @@ #include <k3b_export.h> -#include <qstring.h> +#include <tqstring.h> /** * This should not be confused with K3b::Msf @@ -45,7 +45,7 @@ namespace K3bVideoDVD // FIXME: is this useful? double frameRate() const; - QString toString( bool includeFrames = true ) const; + TQString toString( bool includeFrames = true ) const; private: void makeValid(); |