summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqtextedit.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:30 +0900
commit69d87202cb139ffe9e4b3ce92e434523b7b09b64 (patch)
tree7b133311a4d5e5394f2612dced305f815c04847b /src/widgets/ntqtextedit.h
parente07baa10b7b8e7105e02a621efadac67216c61ed (diff)
downloadtqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.tar.gz
tqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/widgets/ntqtextedit.h')
-rw-r--r--src/widgets/ntqtextedit.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/widgets/ntqtextedit.h b/src/widgets/ntqtextedit.h
index a001dadce..6e9a3861f 100644
--- a/src/widgets/ntqtextedit.h
+++ b/src/widgets/ntqtextedit.h
@@ -49,7 +49,7 @@
#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
@@ -247,7 +247,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;
@@ -310,7 +310,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 );
@@ -344,7 +344,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();
@@ -431,13 +431,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 );
@@ -505,11 +505,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 );
@@ -557,7 +557,7 @@ private slots:
#endif // QT_TEXTEDIT_OPTIMIZATION
private:
-#ifndef QT_NO_CLIPBOARD
+#ifndef TQT_NO_CLIPBOARD
void pasteSubType( const TQCString &subtype, TQMimeSource *m );
#endif
@@ -612,5 +612,5 @@ inline void TQTextEdit::setCurrentFont( const TQFont &f )
TQTextEdit::setFontInternal( f );
}
-#endif //QT_NO_TEXTEDIT
+#endif //TQT_NO_TEXTEDIT
#endif //TQTEXTVIEW_H