summaryrefslogtreecommitdiffstats
path: root/src/dialogs/ntqerrormessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/ntqerrormessage.h')
-rw-r--r--src/dialogs/ntqerrormessage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/ntqerrormessage.h b/src/dialogs/ntqerrormessage.h
index 91634fbf..ebc4a233 100644
--- a/src/dialogs/ntqerrormessage.h
+++ b/src/dialogs/ntqerrormessage.h
@@ -55,7 +55,7 @@ template<class type> class TQDict;
class Q_EXPORT TQErrorMessage: public TQDialog {
- Q_OBJECT
+ TQ_OBJECT
public:
TQErrorMessage( TQWidget* parent, const char* name=0 );
~TQErrorMessage();
@@ -78,7 +78,7 @@ private:
bool nextPending();
-#if defined(Q_DISABLE_COPY) // Disabled copy constructor and operator=
+#if defined(TQ_DISABLE_COPY) // Disabled copy constructor and operator=
TQErrorMessage( const TQErrorMessage & );
TQErrorMessage &operator=( const TQErrorMessage & );
#endif