Replace Q_OBJECT with TQ_OBJECT

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

@ -21,7 +21,7 @@
* The device is specified by its interface name. * The device is specified by its interface name.
*/ */
class DeviceDialog : public KDialogBase { class DeviceDialog : public KDialogBase {
Q_OBJECT TQ_OBJECT
public: public:

@ -21,7 +21,7 @@
* different states. * different states.
*/ */
class IconToggleAction : public TDEToggleAction { class IconToggleAction : public TDEToggleAction {
Q_OBJECT TQ_OBJECT
public: public:

@ -26,7 +26,7 @@ class TDEPopupMenu;
* The specific pop-up window used by KNetLoad. * The specific pop-up window used by KNetLoad.
*/ */
class KNetLoad : public StatPopup { class KNetLoad : public StatPopup {
Q_OBJECT TQ_OBJECT
public: public:

@ -20,7 +20,7 @@
* A dialog used to select the scale for a network load diagram. * A dialog used to select the scale for a network load diagram.
*/ */
class ScaleDialog : public KDialogBase { class ScaleDialog : public KDialogBase {
Q_OBJECT TQ_OBJECT
public: public:

@ -20,7 +20,7 @@
* A dialog used to select the update speed for a StatPopup. * A dialog used to select the update speed for a StatPopup.
*/ */
class SpeedDialog : public KDialogBase { class SpeedDialog : public KDialogBase {
Q_OBJECT TQ_OBJECT
public: public:

@ -33,7 +33,7 @@ class StatPopup;
* all of the actions in this window's context menu. * all of the actions in this window's context menu.
*/ */
class StatDock : public KSystemTray { class StatDock : public KSystemTray {
Q_OBJECT TQ_OBJECT
public: public:

@ -48,7 +48,7 @@ class StatDock;
* window. * window.
*/ */
class StatPopup : public TQWidget { class StatPopup : public TQWidget {
Q_OBJECT TQ_OBJECT
public: public:

Loading…
Cancel
Save