summaryrefslogtreecommitdiffstats
path: root/doc/html/qcombobox-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qcombobox-h.html')
-rw-r--r--doc/html/qcombobox-h.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qcombobox-h.html b/doc/html/qcombobox-h.html
index d12e22b0a..411a8da15 100644
--- a/doc/html/qcombobox-h.html
+++ b/doc/html/qcombobox-h.html
@@ -81,7 +81,7 @@ body { background: #ffffff; color: black; }
#include "ntqwidget.h"
#endif // QT_H
-#ifndef QT_NO_COMBOBOX
+#ifndef TQT_NO_COMBOBOX
class TQStrList;
@@ -212,7 +212,7 @@ protected:
void keyPressEvent( TQKeyEvent *e );
void focusInEvent( TQFocusEvent *e );
void focusOutEvent( TQFocusEvent *e );
-#ifndef QT_NO_WHEELEVENT
+#ifndef TQT_NO_WHEELEVENT
void wheelEvent( TQWheelEvent *e );
#endif
void styleChange( TQStyle& );
@@ -237,7 +237,7 @@ private: // Disabled copy constructor and operator=
};
-#endif // QT_NO_COMBOBOX
+#endif // TQT_NO_COMBOBOX
#endif // TQCOMBOBOX_H
</pre>