diff options
Diffstat (limited to 'chalk/plugins/viewplugins/screenshot/ksnapshot.h')
-rw-r--r-- | chalk/plugins/viewplugins/screenshot/ksnapshot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chalk/plugins/viewplugins/screenshot/ksnapshot.h b/chalk/plugins/viewplugins/screenshot/ksnapshot.h index 13c4cb91..5edb5273 100644 --- a/chalk/plugins/viewplugins/screenshot/ksnapshot.h +++ b/chalk/plugins/viewplugins/screenshot/ksnapshot.h @@ -36,7 +36,7 @@ class KSnapshotWidget; class KSnapshotThumb : public TQLabel { - Q_OBJECT + TQ_OBJECT public: @@ -77,7 +77,7 @@ protected: class KSnapshot : public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: |