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
v3.5.13-sru
tpearson 13 years ago
parent 4534f96404
commit 362662842b

@ -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

Loading…
Cancel
Save