diff options
Diffstat (limited to 'tqtinterface/qt4/src/kernel/tqnamespace.h')
-rw-r--r-- | tqtinterface/qt4/src/kernel/tqnamespace.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/kernel/tqnamespace.h b/tqtinterface/qt4/src/kernel/tqnamespace.h index d3919c9..6c0f05a 100644 --- a/tqtinterface/qt4/src/kernel/tqnamespace.h +++ b/tqtinterface/qt4/src/kernel/tqnamespace.h @@ -491,7 +491,8 @@ typedef Qt::Orientation Orientation; WindowsStyle, Win3Style, PMStyle, - MotifStyle + MotifStyle, + GtkStyle = 6 // Gtk compability mode }; #else // USE_QT4 @@ -513,7 +514,7 @@ typedef Qt::Orientation Orientation; enum GUIStyle { WindowsStyle = 1, // ### TQt 4.0: either remove the obsolete enums or clean up compat vs. MotifStyle = 4, // ### TQT_NO_COMPAT by reordering or combination into one enum. - GtkStyle = 6 // Gtk compability mode + GtkStyle = 6 // Gtk compability mode }; #else enum GUIStyle { @@ -522,7 +523,7 @@ typedef Qt::Orientation Orientation; Win3Style, // OBSOLETE PMStyle, // OBSOLETE MotifStyle, - GtkStyle = 6 // Gtk compability mode + GtkStyle = 6 // Gtk compability mode }; #endif |