From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- src/dialogs/ntqfiledialog.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/dialogs/ntqfiledialog.h') diff --git a/src/dialogs/ntqfiledialog.h b/src/dialogs/ntqfiledialog.h index cc811b636..aeaee742a 100644 --- a/src/dialogs/ntqfiledialog.h +++ b/src/dialogs/ntqfiledialog.h @@ -69,13 +69,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 & ); private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQFileIconProvider( const TQFileIconProvider & ); TQFileIconProvider& operator=( const TQFileIconProvider & ); #endif @@ -91,7 +91,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 ) @@ -336,7 +336,7 @@ private: private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQFileDialog( const TQFileDialog & ); TQFileDialog &operator=( const TQFileDialog & ); #endif -- cgit v1.2.1