diff options
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() ); }
|