summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/imageutils/testjpegcontent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imageutils/testjpegcontent.cpp b/src/imageutils/testjpegcontent.cpp
index c810506..483d929 100644
--- a/src/imageutils/testjpegcontent.cpp
+++ b/src/imageutils/testjpegcontent.cpp
@@ -241,7 +241,7 @@ int main(int argc, char* argv[]) {
// Check the other meta info are still here
TQStringList ignoredKeys;
- ignoredKeys << "Qt::Orientation" << "Comment";
+ ignoredKeys << "Orientation" << "Comment";
compareMetaInfo(ORIENT6_FILE, ORIENT1_VFLIP_FILE, ignoredKeys);
// Test that loading and manipulating a truncated file does not crash