summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-03 18:10:36 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-03 18:10:36 +0000
commit362662842b9a5b2c51d442b69b69c06ddb60994c (patch)
tree0432e3e88a8edd86bd94e1d8a195e92df2e95679
parent4534f9640455cf40673613c93d9c10645c1cbc02 (diff)
downloadgwenview-36266284.tar.gz
gwenview-36266284.zip
Fix instances of Orientation in quotes which were accidentally renamed to Qt::Orientation during TQt conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1244690 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-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