diff options
Diffstat (limited to 'qtinterface/tqtextedit.h')
-rw-r--r-- | qtinterface/tqtextedit.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qtinterface/tqtextedit.h b/qtinterface/tqtextedit.h index e2742c8..c475df0 100644 --- a/qtinterface/tqtextedit.h +++ b/qtinterface/tqtextedit.h @@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA. // Reimplement the QTextEdit class // For Qt4, no changes are needed -#include <qtextedit.h> +#include <Qt/q3textedit.h> + +#define QTextEdit Q3TextEdit #endif // USE_QT4 |