summaryrefslogtreecommitdiffstats
path: root/doc/html/qfiledialog-h.html
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-13 17:43:39 -0600
committerTimothy Pearson <[email protected]>2012-02-13 17:43:39 -0600
commit359640943bcf155faa9a067dde9e00a123276290 (patch)
treefb3d55ea5e18949042fb0064123fb73d2b1eb932 /doc/html/qfiledialog-h.html
parenta829bcdc533e154000803d517200d32fe762e85c (diff)
downloadtqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz
tqt3-359640943bcf155faa9a067dde9e00a123276290.zip
Automated update from Qt3
Diffstat (limited to 'doc/html/qfiledialog-h.html')
-rw-r--r--doc/html/qfiledialog-h.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qfiledialog-h.html b/doc/html/qfiledialog-h.html
index 715f04fc6..4594e0f37 100644
--- a/doc/html/qfiledialog-h.html
+++ b/doc/html/qfiledialog-h.html
@@ -105,13 +105,13 @@ class TQFileDialogTQFileListView;
class Q_EXPORT TQFileIconProvider : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
TQFileIconProvider( TQObject * parent = 0, const char* name = 0 );
virtual const TQPixmap * pixmap( const TQFileInfo &amp; );
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQFileIconProvider( const TQFileIconProvider &amp; );
TQFileIconProvider&amp; operator=( const TQFileIconProvider &amp; );
#endif
@@ -127,7 +127,7 @@ public:
class Q_EXPORT TQFileDialog : public TQDialog
{
- Q_OBJECT
+ TQ_OBJECT
Q_ENUMS( Mode ViewMode PreviewMode )
// ##### Why are this read-only properties ?
Q_PROPERTY( TQString selectedFile READ selectedFile )
@@ -372,7 +372,7 @@ private:
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQFileDialog( const TQFileDialog &amp; );
TQFileDialog &amp;operator=( const TQFileDialog &amp; );
#endif