Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5bd696a78c)
r14.1.x r14.1.1
Michele Calgaro 10 months ago
parent 4b4e7164b0
commit 1eb1114962
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -28,7 +28,7 @@
class GroupConfigDialog : public KDialogBase
{
Q_OBJECT
TQ_OBJECT
public:
GroupConfigDialog(LDAPGroupInfo group, LDAPConfig* parent = 0, const char* name = 0);

@ -37,7 +37,7 @@ class KSimpleConfig;
class LDAPConfig: public TDECModule
{
Q_OBJECT
TQ_OBJECT
public:
LDAPConfig( TQWidget *parent=0, const char *name=0, const TQStringList& = TQStringList() );

@ -28,7 +28,7 @@
class MachineConfigDialog : public KDialogBase
{
Q_OBJECT
TQ_OBJECT
public:
MachineConfigDialog(LDAPMachineInfo machine, TQString realmName, LDAPConfig* parent = 0, const char* name = 0);

@ -28,7 +28,7 @@
class ServiceConfigDialog : public KDialogBase
{
Q_OBJECT
TQ_OBJECT
public:
ServiceConfigDialog(LDAPServiceInfo service, LDAPConfig* parent = 0, const char* name = 0);

@ -32,7 +32,7 @@
class UserConfigDialog : public KDialogBase
{
Q_OBJECT
TQ_OBJECT
public:
UserConfigDialog(LDAPUserInfo user, LDAPConfig* parent = 0, const char* name = 0);

Loading…
Cancel
Save