From e654398e46e37abf457b2b1122ab898d2c51c49f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:43:15 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkcddb/cache.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libkcddb/cache.h') diff --git a/libkcddb/cache.h b/libkcddb/cache.h index 4a3a7cfe..5ccf3775 100644 --- a/libkcddb/cache.h +++ b/libkcddb/cache.h @@ -22,8 +22,8 @@ #ifndef KCDDB_CACHE_H #define KCDDB_CACHE_H -#include -#include +#include +#include #include "cdinfo.h" #include @@ -40,7 +40,7 @@ namespace KCDDB Ignore }; - static CDInfoList lookup( const QString & ); + static CDInfoList lookup( const TQString & ); static void store( const CDInfoList & ); // KDE4: Should probably take a TrackOffsetList too, so // the list can be stored in the file, and we can make @@ -49,7 +49,7 @@ namespace KCDDB static void store( const CDInfo & ); private: - static QString fileName( const QString &category, const QString& discid, const QString &cacheDir ); + static TQString fileName( const TQString &category, const TQString& discid, const TQString &cacheDir ); }; } -- cgit v1.2.1