diff options
Diffstat (limited to 'src/dialogs/ntqinputdialog.h')
-rw-r--r-- | src/dialogs/ntqinputdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/ntqinputdialog.h b/src/dialogs/ntqinputdialog.h index e48b62303..afbdf0f1a 100644 --- a/src/dialogs/ntqinputdialog.h +++ b/src/dialogs/ntqinputdialog.h @@ -47,7 +47,7 @@ #include "ntqlineedit.h" #endif // QT_H -#ifndef QT_NO_INPUTDIALOG +#ifndef TQT_NO_INPUTDIALOG class TQSpinBox; class TQComboBox; @@ -101,7 +101,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_INPUTDIALOG +#endif // TQT_NO_INPUTDIALOG #endif // TQINPUTDIALOG_H |