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.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/qtextedit-h.html b/doc/html/qtextedit-h.html
index 40fc37c8..011cc907 100644
--- a/doc/html/qtextedit-h.html
+++ b/doc/html/qtextedit-h.html
@@ -85,7 +85,7 @@ body { background: #ffffff; color: black; }
#include "ntqptrlist.h"
#endif // QT_H
-#ifndef QT_NO_TEXTEDIT
+#ifndef TQT_NO_TEXTEDIT
// uncomment below to enable optimization mode - also uncomment the
// optimDoAutoScroll() private slot since moc ignores #ifdefs..
#define QT_TEXTEDIT_OPTIMIZATION
@@ -281,7 +281,7 @@ public:
int paragraphLength( int para ) const;
TQStyleSheet* styleSheet() const;
-#ifndef QT_NO_MIME
+#ifndef TQT_NO_MIME
TQMimeSourceFactory* mimeSourceFactory() const;
#endif
TQBrush paper() const;
@@ -344,7 +344,7 @@ public:
public slots:
void setEnabled( bool );
-#ifndef QT_NO_MIME
+#ifndef TQT_NO_MIME
virtual void setMimeSourceFactory( TQMimeSourceFactory* factory );
#endif
virtual void setStyleSheet( TQStyleSheet* styleSheet );
@@ -378,7 +378,7 @@ public slots:
virtual void redo();
virtual void cut();
virtual void paste();
-#ifndef QT_NO_CLIPBOARD
+#ifndef TQT_NO_CLIPBOARD
virtual void pasteSubType( const TQCString &subtype );
#endif
virtual void clear();
@@ -465,13 +465,13 @@ protected:
void contentsMouseMoveEvent( TQMouseEvent *e );
void contentsMouseReleaseEvent( TQMouseEvent *e );
void contentsMouseDoubleClickEvent( TQMouseEvent *e );
-#ifndef QT_NO_WHEELEVENT
+#ifndef TQT_NO_WHEELEVENT
void contentsWheelEvent( TQWheelEvent *e );
#endif
void imStartEvent( TQIMEvent * );
void imComposeEvent( TQIMEvent * );
void imEndEvent( TQIMEvent * );
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
void contentsDragEnterEvent( TQDragEnterEvent *e );
void contentsDragMoveEvent( TQDragMoveEvent *e );
void contentsDragLeaveEvent( TQDragLeaveEvent *e );
@@ -538,11 +538,11 @@ private:
void makeParagVisible( TQTextParagraph *p );
void normalCopy();
void copyToClipboard();
-#ifndef QT_NO_MIME
+#ifndef TQT_NO_MIME
TQCString pickSpecial(TQMimeSource* ms, bool always_ask, const TQPoint&);
TQTextDrag *dragObject( TQWidget *parent = 0 ) const;
#endif
-#ifndef QT_NO_MIMECLIPBOARD
+#ifndef TQT_NO_MIMECLIPBOARD
void pasteSpecial(const TQPoint&);
#endif
void setFontInternal( const TQFont &f );
@@ -590,7 +590,7 @@ private slots:
#endif // QT_TEXTEDIT_OPTIMIZATION
private:
-#ifndef QT_NO_CLIPBOARD
+#ifndef TQT_NO_CLIPBOARD
void pasteSubType( const TQCString &subtype, TQMimeSource *m );
#endif
@@ -645,7 +645,7 @@ inline void TQTextEdit::setCurrentFont( const TQFont &f )
TQTextEdit::setFontInternal( f );
}
-#endif //QT_NO_TEXTEDIT
+#endif //TQT_NO_TEXTEDIT
#endif //TQTEXTVIEW_H
</pre>
<!-- eof -->