Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

qt3namespace.h

Go to the documentation of this file.
00001 #ifndef QT3NAMESPACE_H
00002 #define QT3NAMESPACE_H
00003 
00004 #include <qnamespace.h>
00005 #include <qstring.h>
00006 
00007 #define Q_ASSERT ASSERT
00008 #define Q_WS_QWS
00009 
00010 #define QMemArray QArray
00011 #define QPtrList QList
00012 #define QPtrListIterator QListIterator
00013 #define QPtrVector QVector
00014 
00015 namespace Qt3 {
00016 
00017 enum NewAlignmentFlags {
00018     AlignAuto = 0x0000,
00019     AlignJustify = 0x0080,
00020     AlignHorizontal_Mask = Qt::AlignLeft | Qt::AlignRight | Qt::AlignHCenter | AlignJustify
00021 };
00022 
00023 enum NewWidgetFlags {
00024     WStaticContents = Qt::WNorthWestGravity
00025 };
00026 
00027 }
00028 
00029 #endif // QT3NAMESPACE_H

Generated on Sat Nov 5 16:17:06 2005 for OPIE by  doxygen 1.4.2