summaryrefslogtreecommitdiffstats
path: root/doc/html/qiconview-h.html
diff options
context:
space:
mode:
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 &text );
TQIconViewItem( TQIconView *parent, const TQString &text, const TQPixmap &icon );
TQIconViewItem( TQIconView *parent, TQIconViewItem *after, const TQString &text, const TQPixmap &icon );
-#ifndef QT_NO_PICTURE
+#ifndef TQT_NO_PICTURE
TQIconViewItem( TQIconView *parent, const TQString &text, const TQPicture &picture );
TQIconViewItem( TQIconView *parent, TQIconViewItem *after, const TQString &text, const TQPicture &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 &text );
virtual void setPixmap( const TQPixmap &icon );
-#ifndef QT_NO_PICTURE
+#ifndef TQT_NO_PICTURE
virtual void setPicture( const TQPicture &icon );
#endif
virtual void setText( const TQString &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 &text_ = TQString::null );
virtual void paintItem( TQPainter *p, const TQColorGroup &cg );
virtual void paintFocus( TQPainter *p, const TQColorGroup &cg );
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
virtual void dropped( TQDropEvent *e, const TQValueList<TQIconDragItem> &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& pos );
void contextMenuRequested( TQIconViewItem* item, const TQPoint &pos );
-#ifndef QT_NO_DRAGANDDROP
+#ifndef TQT_NO_DRAGANDDROP
void dropped( TQDropEvent *e, const TQValueList<TQIconDragItem> &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 &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>