Replace Q_OBJECT with TQ_OBJECT

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

@ -34,7 +34,7 @@ class TQLineEdit;
class CExportThemeDialog : public KDialogBase
{
Q_OBJECT
TQ_OBJECT
public:

@ -44,7 +44,7 @@ class QtCurveConfig;
class CGradientPreview : public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:
@ -69,7 +69,7 @@ class CGradientPreview : public TQWidget
class QtCurveConfig : public QtCurveConfigBase
{
Q_OBJECT
TQ_OBJECT
public:

@ -52,7 +52,7 @@ struct TQtCTDEStylePrivate;
*/
class TQtCTDEStyle: public TQCommonStyle
{
Q_OBJECT
TQ_OBJECT
public:

@ -82,7 +82,7 @@ class ShortcutHandler;
class QtCurveStyle : public BASE_STYLE
{
Q_OBJECT
TQ_OBJECT
public:

@ -29,7 +29,7 @@ class TQWidget;
class ShortcutHandler : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:

Loading…
Cancel
Save