From d4f61cfa4fbd07fdd3b5cdf24a45fa93578af556 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:00:48 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/autodimm.h | 2 +- src/autosuspend.h | 2 +- src/blacklisteditdialog.h | 2 +- src/configuredialog.h | 2 +- src/countdowndialog.h | 2 +- src/dbusHAL.h | 2 +- src/detaileddialog.h | 2 +- src/hardware.h | 2 +- src/hardware_battery.h | 2 +- src/hardware_batteryCollection.h | 2 +- src/hardware_cpu.h | 2 +- src/inactivity.h | 2 +- src/infodialog.h | 2 +- src/kpowersave.h | 2 +- src/logviewer.h | 2 +- src/screen.h | 2 +- src/suspenddialog.h | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) (limited to 'src') diff --git a/src/autodimm.h b/src/autodimm.h index 161c776..1ac7ec5 100644 --- a/src/autodimm.h +++ b/src/autodimm.h @@ -38,7 +38,7 @@ class autodimm : public inactivity { Q_OBJECT - TQ_OBJECT + public: //! default constructor diff --git a/src/autosuspend.h b/src/autosuspend.h index 4669df5..1a881c5 100644 --- a/src/autosuspend.h +++ b/src/autosuspend.h @@ -37,7 +37,7 @@ class autosuspend : public inactivity { Q_OBJECT - TQ_OBJECT + public: //! default constructor diff --git a/src/blacklisteditdialog.h b/src/blacklisteditdialog.h index 2e2faec..8ae17db 100644 --- a/src/blacklisteditdialog.h +++ b/src/blacklisteditdialog.h @@ -37,7 +37,7 @@ class blacklistEditDialog: public blacklistedit_Dialog { Q_OBJECT - TQ_OBJECT + public: diff --git a/src/configuredialog.h b/src/configuredialog.h index c968cd3..60e0e69 100644 --- a/src/configuredialog.h +++ b/src/configuredialog.h @@ -42,7 +42,7 @@ class ConfigureDialog: public configure_Dialog { Q_OBJECT - TQ_OBJECT + public: //! default constructor diff --git a/src/countdowndialog.h b/src/countdowndialog.h index 91027d6..ed8778b 100644 --- a/src/countdowndialog.h +++ b/src/countdowndialog.h @@ -36,7 +36,7 @@ class countDownDialog: public countdown_Dialog { Q_OBJECT - TQ_OBJECT + public: diff --git a/src/dbusHAL.h b/src/dbusHAL.h index d8e3532..d3a3754 100644 --- a/src/dbusHAL.h +++ b/src/dbusHAL.h @@ -76,7 +76,7 @@ enum msg_type { class dbusHAL : public TQObject{ Q_OBJECT - TQ_OBJECT + private: diff --git a/src/detaileddialog.h b/src/detaileddialog.h index f914c0c..ae38394 100644 --- a/src/detaileddialog.h +++ b/src/detaileddialog.h @@ -51,7 +51,7 @@ class detaileddialog: public detailed_Dialog { Q_OBJECT - TQ_OBJECT + public: //! default constructor diff --git a/src/hardware.h b/src/hardware.h index 9df2ce5..a3cdc2e 100644 --- a/src/hardware.h +++ b/src/hardware.h @@ -122,7 +122,7 @@ typedef struct SuspendStates { class HardwareInfo : public TQObject{ Q_OBJECT - TQ_OBJECT + private: //! pointer to the dbusHAL connection class diff --git a/src/hardware_battery.h b/src/hardware_battery.h index f7b9afd..2506c83 100644 --- a/src/hardware_battery.h +++ b/src/hardware_battery.h @@ -47,7 +47,7 @@ class Battery : public TQObject { Q_OBJECT - TQ_OBJECT + private: //! Internal reference to dbusHAL for communication with HAL daemon diff --git a/src/hardware_batteryCollection.h b/src/hardware_batteryCollection.h index 5eaccaf..c659c3a 100644 --- a/src/hardware_batteryCollection.h +++ b/src/hardware_batteryCollection.h @@ -47,7 +47,7 @@ class BatteryCollection : public TQObject { Q_OBJECT - TQ_OBJECT + private: diff --git a/src/hardware_cpu.h b/src/hardware_cpu.h index 705b90b..32254d9 100644 --- a/src/hardware_cpu.h +++ b/src/hardware_cpu.h @@ -49,7 +49,7 @@ class CPUInfo : public TQObject{ Q_OBJECT - TQ_OBJECT + private: diff --git a/src/inactivity.h b/src/inactivity.h index 93013db..c86f2f1 100644 --- a/src/inactivity.h +++ b/src/inactivity.h @@ -59,7 +59,7 @@ class inactivity : public TQWidget { Q_OBJECT - TQ_OBJECT + public: //! default constructor diff --git a/src/infodialog.h b/src/infodialog.h index 379b377..d3a8a6e 100644 --- a/src/infodialog.h +++ b/src/infodialog.h @@ -38,7 +38,7 @@ class infoDialog: public info_Dialog { Q_OBJECT - TQ_OBJECT + public: diff --git a/src/kpowersave.h b/src/kpowersave.h index af0d49c..6d3f124 100644 --- a/src/kpowersave.h +++ b/src/kpowersave.h @@ -68,7 +68,7 @@ class kpowersave : public KSystemTray, public DCOPObject { Q_OBJECT -// TQ_OBJECT +// K_DCOP private: diff --git a/src/logviewer.h b/src/logviewer.h index 4b518d9..53b49b7 100644 --- a/src/logviewer.h +++ b/src/logviewer.h @@ -38,7 +38,7 @@ class LogViewer: public log_viewer { Q_OBJECT - TQ_OBJECT + public: //! default constructor diff --git a/src/screen.h b/src/screen.h index 1d28f55..7dc58b5 100644 --- a/src/screen.h +++ b/src/screen.h @@ -56,7 +56,7 @@ class screen : public TQWidget { Q_OBJECT - TQ_OBJECT + private: diff --git a/src/suspenddialog.h b/src/suspenddialog.h index 2dfbcae..096c9c6 100644 --- a/src/suspenddialog.h +++ b/src/suspenddialog.h @@ -36,7 +36,7 @@ class suspendDialog: public suspend_Dialog { Q_OBJECT - TQ_OBJECT + public: -- cgit v1.2.3