Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/7/head
Michele Calgaro 9 months ago
parent c5d4aead4f
commit 33f3a92cf0
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

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

@ -23,7 +23,7 @@ class TDEToggleAction;
* The specific pop-up window used by KCPULoad.
*/
class KCPULoad : public StatPopup {
Q_OBJECT
TQ_OBJECT
public:

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

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

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

Loading…
Cancel
Save