diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-03 18:10:36 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-03 18:10:36 +0000 |
commit | 362662842b9a5b2c51d442b69b69c06ddb60994c (patch) | |
tree | 0432e3e88a8edd86bd94e1d8a195e92df2e95679 /src/imageutils | |
parent | 4534f9640455cf40673613c93d9c10645c1cbc02 (diff) | |
download | gwenview-362662842b9a5b2c51d442b69b69c06ddb60994c.tar.gz gwenview-362662842b9a5b2c51d442b69b69c06ddb60994c.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
Diffstat (limited to 'src/imageutils')
-rw-r--r-- | src/imageutils/testjpegcontent.cpp | 2 |
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 |