summaryrefslogtreecommitdiffstats
path: root/doc/html/qtextedit-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qtextedit-h.html')
-rw-r--r--doc/html/qtextedit-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qtextedit-h.html b/doc/html/qtextedit-h.html
index a22442917..a34a8c4f1 100644
--- a/doc/html/qtextedit-h.html
+++ b/doc/html/qtextedit-h.html
@@ -168,7 +168,7 @@ public:
};
#endif
-class Q_EXPORT TQTextEdit : public TQScrollView
+class TQ_EXPORT TQTextEdit : public TQScrollView
{
friend class TQTextBrowser;
friend class TQSyntaxHighlighter;
@@ -503,7 +503,7 @@ private slots:
void clipboardChanged();
private:
- struct Q_EXPORT UndoRedoInfo {
+ struct TQ_EXPORT UndoRedoInfo {
enum Type { Invalid, Insert, Delete, Backspace, Return, RemoveSelected, Format, Style, IME };
UndoRedoInfo( TQTextDocument *dc );