summaryrefslogtreecommitdiffstats
path: root/doc/html/qlabel-h.html
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 /doc/html/qlabel-h.html
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 'doc/html/qlabel-h.html')
-rw-r--r--doc/html/qlabel-h.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/html/qlabel-h.html b/doc/html/qlabel-h.html
index 0382c967..a82c4ebf 100644
--- a/doc/html/qlabel-h.html
+++ b/doc/html/qlabel-h.html
@@ -81,7 +81,7 @@ body { background: #ffffff; color: black; }
#include "ntqframe.h"
#endif // QT_H
-#ifndef QT_NO_LABEL
+#ifndef TQT_NO_LABEL
class TQSimpleRichText;
class TQLabelPrivate;
@@ -107,10 +107,10 @@ public:
TQString text() const { return ltext; }
TQPixmap *pixmap() const { return lpixmap; }
-#ifndef QT_NO_PICTURE
+#ifndef TQT_NO_PICTURE
TQPicture *picture() const { return lpicture; }
#endif
-#ifndef QT_NO_MOVIE
+#ifndef TQT_NO_MOVIE
TQMovie *movie() const;
#endif
@@ -124,13 +124,13 @@ public:
bool autoResize() const { return autoresize; }
virtual void setAutoResize( bool );
-#ifndef QT_NO_IMAGE_SMOOTHSCALE
+#ifndef TQT_NO_IMAGE_SMOOTHSCALE
bool hasScaledContents() const;
void setScaledContents( bool );
#endif
TQSize sizeHint() const;
TQSize minimumSizeHint() const;
-#ifndef QT_NO_ACCEL
+#ifndef TQT_NO_ACCEL
virtual void setBuddy( TQWidget * );
TQWidget *buddy() const;
#endif
@@ -141,10 +141,10 @@ public:
public slots:
virtual void setText( const TQString &amp;);
virtual void setPixmap( const TQPixmap &amp; );
-#ifndef QT_NO_PICTURE
+#ifndef TQT_NO_PICTURE
virtual void setPicture( const TQPicture &amp; );
#endif
-#ifndef QT_NO_MOVIE
+#ifndef TQT_NO_MOVIE
virtual void setMovie( const TQMovie &amp; );
#endif
virtual void setNum( int );
@@ -157,11 +157,11 @@ protected:
void resizeEvent( TQResizeEvent* );
private slots:
-#ifndef QT_NO_ACCEL
+#ifndef TQT_NO_ACCEL
void acceleratorSlot();
void buddyDied();
#endif
-#ifndef QT_NO_MOVIE
+#ifndef TQT_NO_MOVIE
void movieUpdated(const TQRect&amp;);
void movieResized(const TQSize&amp;);
#endif
@@ -173,13 +173,13 @@ private:
TQSize sizeForWidth( int w ) const;
TQString ltext;
TQPixmap *lpixmap;
-#ifndef QT_NO_PICTURE
+#ifndef TQT_NO_PICTURE
TQPicture *lpicture;
#endif
-#ifndef QT_NO_MOVIE
+#ifndef TQT_NO_MOVIE
TQMovie * lmovie;
#endif
-#ifndef QT_NO_ACCEL
+#ifndef TQT_NO_ACCEL
TQWidget * lbuddy;
#endif
ushort align;
@@ -187,10 +187,10 @@ private:
uint autoresize:1;
uint scaledcontents :1;
TextFormat textformat;
-#ifndef QT_NO_RICHTEXT
+#ifndef TQT_NO_RICHTEXT
TQSimpleRichText* doc;
#endif
-#ifndef QT_NO_ACCEL
+#ifndef TQT_NO_ACCEL
TQAccel * accel;
#endif
TQLabelPrivate* d;
@@ -205,7 +205,7 @@ private: // Disabled copy constructor and operator=
};
-#endif // QT_NO_LABEL
+#endif // TQT_NO_LABEL
#endif // TQLABEL_H
</pre>