summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqradiobutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/ntqradiobutton.h')
-rw-r--r--src/widgets/ntqradiobutton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/ntqradiobutton.h b/src/widgets/ntqradiobutton.h
index 9ceb30782..cfeefa272 100644
--- a/src/widgets/ntqradiobutton.h
+++ b/src/widgets/ntqradiobutton.h
@@ -49,7 +49,7 @@
class Q_EXPORT TQRadioButton : public TQButton
{
- Q_OBJECT
+ TQ_OBJECT
Q_PROPERTY( bool checked READ isChecked WRITE setChecked )
Q_OVERRIDE( bool autoMask DESIGNABLE true SCRIPTABLE true )
@@ -76,7 +76,7 @@ private:
void init();
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQRadioButton( const TQRadioButton & );
TQRadioButton &operator=( const TQRadioButton & );
#endif