summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqcombobox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/ntqcombobox.h')
-rw-r--r--src/widgets/ntqcombobox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/ntqcombobox.h b/src/widgets/ntqcombobox.h
index c6b27ce9..faca22c2 100644
--- a/src/widgets/ntqcombobox.h
+++ b/src/widgets/ntqcombobox.h
@@ -45,7 +45,7 @@
#include "ntqwidget.h"
#endif // QT_H
-#ifndef QT_NO_COMBOBOX
+#ifndef TQT_NO_COMBOBOX
class TQStrList;
@@ -176,7 +176,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& );
@@ -201,6 +201,6 @@ private: // Disabled copy constructor and operator=
};
-#endif // QT_NO_COMBOBOX
+#endif // TQT_NO_COMBOBOX
#endif // TQCOMBOBOX_H