diff options
author | gregory guy <[email protected]> | 2020-06-13 16:09:24 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-06-13 16:09:24 +0200 |
commit | 2c9bc9b806f533df7b8f5349467d0f4be95314a4 (patch) | |
tree | 15f82ae94dd430374f3d939958912c4fb2855326 /src/app/theStream.h | |
parent | 38eaf7209a322a622e1b898eaa5477568ca9c6b6 (diff) | |
download | codeine-2c9bc9b806f533df7b8f5349467d0f4be95314a4.tar.gz codeine-2c9bc9b806f533df7b8f5349467d0f4be95314a4.zip |
Conversion qt3 -> tqt3
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/app/theStream.h')
-rw-r--r-- | src/app/theStream.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/app/theStream.h b/src/app/theStream.h index 0ffe64f..9a04249 100644 --- a/src/app/theStream.h +++ b/src/app/theStream.h @@ -6,8 +6,8 @@ #include "config.h" // needed for inline functions
#include <kurl.h> // larger :( but no macros at least
-#include <qsize.h> // small header
-#include <qstring.h> // small header
+#include <ntqsize.h> // small header
+#include <ntqstring.h> // small header
/// for purely static classes
#define CODEINE_NO_EXPORT( T ) \
@@ -31,14 +31,14 @@ namespace Codeine static bool hasAudio();
static bool hasVideo();
- static QSize defaultVideoSize();
+ static TQSize defaultVideoSize();
static int aspectRatio();
static int subtitleChannel();
static int audioChannel();
- static QString prettyTitle();
- static QString information();
+ static TQString prettyTitle();
+ static TQString information();
static inline bool hasProfile()
{ return KGlobal::config()->hasGroup( url().prettyURL() ); }
|