diff options
Diffstat (limited to 'src/widgets/ntqtextview.h')
-rw-r--r-- | src/widgets/ntqtextview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/ntqtextview.h b/src/widgets/ntqtextview.h index 342ed0db1..4d2431811 100644 --- a/src/widgets/ntqtextview.h +++ b/src/widgets/ntqtextview.h @@ -45,7 +45,7 @@ #include "ntqtextedit.h" #endif // QT_H -#ifndef QT_NO_TEXTVIEW +#ifndef TQT_NO_TEXTVIEW class Q_EXPORT TQTextView : public TQTextEdit { @@ -70,5 +70,5 @@ private: #endif }; -#endif //QT_NO_TEXTVIEW +#endif //TQT_NO_TEXTVIEW #endif //TQTEXTVIEW_H |