diff options
Diffstat (limited to 'digikam/libs/threadimageio/loadingdescription.h')
| -rw-r--r-- | digikam/libs/threadimageio/loadingdescription.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/digikam/libs/threadimageio/loadingdescription.h b/digikam/libs/threadimageio/loadingdescription.h index 54ab9975..848f2b17 100644 --- a/digikam/libs/threadimageio/loadingdescription.h +++ b/digikam/libs/threadimageio/loadingdescription.h @@ -64,13 +64,13 @@ public: * Use this for files that are not raw files. * Stores only the filePath. */ - LoadingDescription(const QString &filePath); + LoadingDescription(const TQString &filePath); /** * For raw files: * Stores filePath and RawDecodingSettings */ - LoadingDescription(const QString &filePath, DRawDecoding settings); + LoadingDescription(const TQString &filePath, DRawDecoding settings); /** * For preview jobs: @@ -83,22 +83,22 @@ public: * If size is not 0, the embedded preview will be loaded if available. * If size is 0, DImg based loading will be used with default raw decoding settings. */ - LoadingDescription(const QString &filePath, int size, bool exifRotate); + LoadingDescription(const TQString &filePath, int size, bool exifRotate); - QString filePath; + TQString filePath; DRawDecoding rawDecodingSettings; PreviewParameters previewParameters; /** * Return the cache key this description shall be stored as */ - QString cacheKey() const; + TQString cacheKey() const; /** * Return all possible cache keys, starting with the best choice, * for which a result may be found in the cache for this description. * Included in the list are better quality versions, if this description is reduced. */ - QStringList lookupCacheKeys() const; + TQStringList lookupCacheKeys() const; /** * Returns whether this description describes a loading operation which * loads the image in a reduced version (quality, size etc.) @@ -127,7 +127,7 @@ public: * Returns all possible cacheKeys for the given file path * (all cache keys under which the given file could be stored in the cache). */ - static QStringList possibleCacheKeys(const QString &filePath); + static TQStringList possibleCacheKeys(const TQString &filePath); }; } // namespace Digikam |
