not defined => !defined

This commit is contained in:
Xawotihs
2010-12-21 11:19:42 +00:00
parent 164b9837d9
commit 6fde01fe03

View File

@@ -20,7 +20,7 @@ const KeyRep& translateKey(LocalKeySym key)
}
char* str = NULL;
#if not defined(QT_CONFIG) && not defined(IOS)
#if !defined(QT_CONFIG) && !defined(IOS)
str = XKeysymToString(key);
#endif // QT_CONFIG
if (!str)