summaryrefslogtreecommitdiffstats
path: root/doc/html/qiconview-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/qiconview-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/qiconview-h.html')
-rw-r--r--doc/html/qiconview-h.html34
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/html/qiconview-h.html b/doc/html/qiconview-h.html
index ebe8b035..e03f1b07 100644
--- a/doc/html/qiconview-h.html
+++ b/doc/html/qiconview-h.html
@@ -89,7 +89,7 @@ body { background: #ffffff; color: black; }
#include "ntqpicture.h"
#endif // QT_H
-#ifndef QT_NO_ICONVIEW
+#ifndef TQT_NO_ICONVIEW
class TQIconView;
class TQPainter;
@@ -106,7 +106,7 @@ class TQIconViewItemLineEdit;
class TQStringList;
class TQIconDragPrivate;
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
class Q_EXPORT TQIconDragItem
{
@@ -165,7 +165,7 @@ public:
TQIconViewItem( TQIconView *parent, TQIconViewItem *after, const TQString &amp;text );
TQIconViewItem( TQIconView *parent, const TQString &amp;text, const TQPixmap &amp;icon );
TQIconViewItem( TQIconView *parent, TQIconViewItem *after, const TQString &amp;text, const TQPixmap &amp;icon );
-#ifndef QT_NO_PICTURE
+#ifndef TQT_NO_PICTURE
TQIconViewItem( TQIconView *parent, const TQString &amp;text, const TQPicture &amp;picture );
TQIconViewItem( TQIconView *parent, TQIconViewItem *after, const TQString &amp;text, const TQPicture &amp;picture );
#endif
@@ -177,7 +177,7 @@ public:
virtual TQString text() const;
virtual TQPixmap *pixmap() const;
-#ifndef QT_NO_PICTURE
+#ifndef TQT_NO_PICTURE
virtual TQPicture *picture() const;
#endif
virtual TQString key() const;
@@ -220,7 +220,7 @@ public:
virtual bool acceptDrop( const TQMimeSource *mime ) const;
-#ifndef QT_NO_TEXTEDIT
+#ifndef TQT_NO_TEXTEDIT
void rename();
#endif
@@ -228,7 +228,7 @@ public:
virtual void setText( const TQString &amp;text );
virtual void setPixmap( const TQPixmap &amp;icon );
-#ifndef QT_NO_PICTURE
+#ifndef TQT_NO_PICTURE
virtual void setPicture( const TQPicture &amp;icon );
#endif
virtual void setText( const TQString &amp;text, bool recalc, bool redraw = TRUE );
@@ -239,13 +239,13 @@ public:
static int RTTI;
protected:
-#ifndef QT_NO_TEXTEDIT
+#ifndef TQT_NO_TEXTEDIT
virtual void removeRenameBox();
#endif
virtual void calcRect( const TQString &amp;text_ = TQString::null );
virtual void paintItem( TQPainter *p, const TQColorGroup &amp;cg );
virtual void paintFocus( TQPainter *p, const TQColorGroup &amp;cg );
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
virtual void dropped( TQDropEvent *e, const TQValueList&lt;TQIconDragItem&gt; &amp;lst );
#endif
virtual void dragEntered();
@@ -258,11 +258,11 @@ protected:
private:
void init( TQIconViewItem *after = 0
-#ifndef QT_NO_PICTURE
+#ifndef TQT_NO_PICTURE
, TQPicture *pic = 0
#endif
);
-#ifndef QT_NO_TEXTEDIT
+#ifndef TQT_NO_TEXTEDIT
void renameItem();
void cancelRenameItem();
#endif
@@ -272,7 +272,7 @@ private:
TQString itemText, itemKey;
TQString tmpText;
TQPixmap *itemIcon;
-#ifndef QT_NO_PICTURE
+#ifndef TQT_NO_PICTURE
TQPicture *itemPic;
#endif
TQIconViewItem *prev, *next;
@@ -284,7 +284,7 @@ private:
uint dirty : 1;
uint wordWrapDirty : 1;
TQRect itemRect, itemTextRect, itemIconRect;
-#ifndef QT_NO_TEXTEDIT
+#ifndef TQT_NO_TEXTEDIT
TQIconViewItemLineEdit *renameBox;
#endif
TQRect oldRect;
@@ -446,7 +446,7 @@ signals:
void mouseButtonClicked( int button, TQIconViewItem* item, const TQPoint&amp; pos );
void contextMenuRequested( TQIconViewItem* item, const TQPoint &amp;pos );
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
void dropped( TQDropEvent *e, const TQValueList&lt;TQIconDragItem&gt; &amp;lst );
#endif
void moved();
@@ -471,7 +471,7 @@ protected:
void contentsMouseDoubleClickEvent( TQMouseEvent *e );
void contentsContextMenuEvent( TQContextMenuEvent *e );
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
void contentsDragEnterEvent( TQDragEnterEvent *e );
void contentsDragMoveEvent( TQDragMoveEvent *e );
void contentsDragLeaveEvent( TQDragLeaveEvent *e );
@@ -485,7 +485,7 @@ protected:
void enterEvent( TQEvent *e );
virtual void drawRubber( TQPainter *p );
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
virtual TQDragObject *dragObject();
virtual void startDrag();
#endif
@@ -503,7 +503,7 @@ protected:
private:
void contentsMousePressEventEx( TQMouseEvent *e );
virtual void drawDragShapes( const TQPoint &amp;pnt );
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
virtual void initDragEnter( TQDropEvent *e );
#endif
void drawContents( TQPainter* );
@@ -534,7 +534,7 @@ private: // Disabled copy constructor and operator=
#endif
};
-#endif // QT_NO_ICONVIEW
+#endif // TQT_NO_ICONVIEW
#endif // TQICONVIEW_H
</pre>