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/ntqprintdialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dialogs/ntqprintdialog.h') diff --git a/src/dialogs/ntqprintdialog.h b/src/dialogs/ntqprintdialog.h index ea46c6fed..8f79bf0ba 100644 --- a/src/dialogs/ntqprintdialog.h +++ b/src/dialogs/ntqprintdialog.h @@ -53,7 +53,7 @@ class TQListView; class Q_EXPORT TQPrintDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT public: TQPrintDialog( TQPrinter *, TQWidget* parent=0, const char* name=0 ); ~TQPrintDialog(); @@ -92,7 +92,7 @@ private: TQGroupBox * setupPrinterSettings(); private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQPrintDialog( const TQPrintDialog & ); TQPrintDialog &operator=( const TQPrintDialog & ); #endif -- cgit v1.2.1