Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b3cc48757d)
r14.1.x
Michele Calgaro 10 months ago
parent 4515df329f
commit a05aea1d30
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -37,7 +37,7 @@ class AuthDialogWidget;
class AuthDialog : public KDialogBase
{
Q_OBJECT
TQ_OBJECT
public:
AuthDialog(const TQString &actionId, const TQString &message,
@ -73,7 +73,7 @@ class AuthDialog : public KDialogBase
class AuthDetails : public AuthDetailsWidget
{
Q_OBJECT
TQ_OBJECT
public:
AuthDetails(const PolkitTQt::Details &details,

@ -27,7 +27,7 @@ class AuthDialog;
class PolkitListener : public PolkitTQt::Agent::Listener
{
Q_OBJECT
TQ_OBJECT
public:
PolkitListener(TQObject *parent = 0);

Loading…
Cancel
Save