diff options
Diffstat (limited to 'src/hardware_batteryCollection.h')
-rw-r--r-- | src/hardware_batteryCollection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hardware_batteryCollection.h b/src/hardware_batteryCollection.h index 4de81e7..8c977db 100644 --- a/src/hardware_batteryCollection.h +++ b/src/hardware_batteryCollection.h @@ -31,7 +31,7 @@ #ifndef _BATTERYCOLLECTION_H_ #define _BATTERYCOLLECTION_H_ -// QT - Header +// TQt - Header #include <tqstring.h> #include <tqstringlist.h> #include <tqobject.h> @@ -41,7 +41,7 @@ class BatteryCollection : public TQObject { - Q_OBJECT + TQ_OBJECT private: |