Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/5/head
Michele Calgaro 10 months ago
parent 4720b9e340
commit 47ac992c46
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -42,7 +42,7 @@ class DcrawBinaryPriv;
class LIBKDCRAW_EXPORT DcrawBinary : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:

@ -46,7 +46,7 @@ class DcrawSettingsWidgetPriv;
class LIBKDCRAW_EXPORT DcrawSettingsWidget : public TQToolBox
{
Q_OBJECT
TQ_OBJECT
public:

@ -48,7 +48,7 @@ class KDcrawPriv;
class LIBKDCRAW_EXPORT KDcraw : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:

@ -45,7 +45,7 @@ class RComboBoxPriv;
class LIBKDCRAW_EXPORT RComboBox : public TQHBox
{
Q_OBJECT
TQ_OBJECT
public:

@ -46,7 +46,7 @@ class RIntNumInputPriv;
class LIBKDCRAW_EXPORT RIntNumInput : public TQHBox
{
Q_OBJECT
TQ_OBJECT
public:
@ -89,7 +89,7 @@ class RDoubleNumInputPriv;
class LIBKDCRAW_EXPORT RDoubleNumInput : public TQHBox
{
Q_OBJECT
TQ_OBJECT
public:

Loading…
Cancel
Save