Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/6/head
Michele Calgaro 10 months ago
parent bf62e01315
commit 29215b1f2a
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -37,7 +37,7 @@ class TQPixmap;
/** @short An action manager. */ /** @short An action manager. */
class Action: public TQObject class Action: public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**

@ -46,7 +46,7 @@ private:
*/ */
class AppObserver: public TQHBox class AppObserver: public TQHBox
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**
* Constructor. * Constructor.

@ -31,7 +31,7 @@ class KPushButton;
/** @short Extras - user commands stored in "extras" directory. */ /** @short Extras - user commands stored in "extras" directory. */
class Extras: public TQObject class Extras: public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**
* Destructor. * Destructor.

@ -28,7 +28,7 @@ class TQComboBox;
/** @short A link creator/remover. */ /** @short A link creator/remover. */
class Links: public TQVBox class Links: public TQVBox
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**
* Constructor. * Constructor.

@ -37,7 +37,7 @@ class KPushButton;
*/ */
class MActionEditDialog: public KDialogBase class MActionEditDialog: public KDialogBase
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**
* Constructor. * Constructor.

@ -40,7 +40,7 @@ class KPushButton;
/** @short The main window. */ /** @short The main window. */
class MMainWindow: public TDEMainWindow, virtual public KShutdownIface class MMainWindow: public TDEMainWindow, virtual public KShutdownIface
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**
* Timeout options. * Timeout options.

@ -31,7 +31,7 @@ class KPushButton;
/** @short A warning message dialog (displayed before action execution). */ /** @short A warning message dialog (displayed before action execution). */
class MMessageDialog: public KDialog class MMessageDialog: public KDialog
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**
* Constructor. * Constructor.

@ -37,7 +37,7 @@ class KPushButton;
/** @short A settings dialog. */ /** @short A settings dialog. */
class MSettingsDialog: public KDialogBase class MSettingsDialog: public KDialogBase
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**
* Constructor. Creates a new modal settings dialog. * Constructor. Creates a new modal settings dialog.

@ -31,7 +31,7 @@ class KPushButton;
/** @short A statistics dialog (output from the `w' command). */ /** @short A statistics dialog (output from the `w' command). */
class MStatsTab: public KDialogBase class MStatsTab: public KDialogBase
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**
* Constructor. * Constructor.

@ -29,7 +29,7 @@ class KPixmap;
/** @short A system tray icon. */ /** @short A system tray icon. */
class MSystemTray: public KSystemTray class MSystemTray: public KSystemTray
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**
* System tray icon modes. * System tray icon modes.

@ -25,7 +25,7 @@
#include "progressbar.h" #include "progressbar.h"
class ProgressBar: public TQWidget { class ProgressBar: public TQWidget {
Q_OBJECT TQ_OBJECT
public: public:
enum Position { TOP, BOTTOM }; enum Position { TOP, BOTTOM };
virtual ~ProgressBar(); virtual ~ProgressBar();

@ -28,7 +28,7 @@ class TDEListViewItem;
/** @short A system configuration manager. */ /** @short A system configuration manager. */
class SystemConfig: KDialogBase class SystemConfig: KDialogBase
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**
* Returns @c true if the <b>shut down</b> and @b reboot functions are available. * Returns @c true if the <b>shut down</b> and @b reboot functions are available.

@ -11,7 +11,7 @@ class TDEAction;
*/ */
class Lockout: public KPanelApplet class Lockout: public KPanelApplet
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**
* Constructs a new applet. * Constructs a new applet.

Loading…
Cancel
Save