Fix inadvertent tqt changes.

pull/1/head
Darrell Anderson 12 years ago
parent 9ac915773c
commit ed7449327d

@ -28,7 +28,7 @@ class KConfig;
class FlowLayout : public TQLayout{ class FlowLayout : public TQLayout{
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* the direction for moveItem * the direction for moveItem

@ -54,7 +54,7 @@ class TQLayoutItem;
*/ */
class Kima : public KPanelApplet, TQToolTip { class Kima : public KPanelApplet, TQToolTip {
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**

@ -31,7 +31,7 @@
*/ */
class SourceListItem : public TQObject, public TQCheckListItem { class SourceListItem : public TQObject, public TQCheckListItem {
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new Source * Creates a new Source

@ -32,7 +32,7 @@
*/ */
class ACPIThermalSrc : public LabelSource { class ACPIThermalSrc : public LabelSource {
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new Source from the given File * Creates a new Source from the given File

@ -33,7 +33,7 @@
*/ */
class BatterySrc : public LabelSource { class BatterySrc : public LabelSource {
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new Source * Creates a new Source

@ -30,7 +30,7 @@
*/ */
class CpuinfoFreqSrc : public LabelSource { class CpuinfoFreqSrc : public LabelSource {
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new Source from the given File * Creates a new Source from the given File

@ -29,7 +29,7 @@
*/ */
class HDDTempSrc : public LabelSource { class HDDTempSrc : public LabelSource {
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
/** /**
* defines how many bytes are read at once from the network * defines how many bytes are read at once from the network

@ -33,7 +33,7 @@
*/ */
class HwMonFanSrc : public LabelSource { class HwMonFanSrc : public LabelSource {
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new Source from the given File * Creates a new Source from the given File

@ -33,7 +33,7 @@
*/ */
class HwMonThermalSrc : public LabelSource { class HwMonThermalSrc : public LabelSource {
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new Source from the given File * Creates a new Source from the given File

@ -31,7 +31,7 @@
*/ */
class I8kSrc : public LabelSource { class I8kSrc : public LabelSource {
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new Source from the given File * Creates a new Source from the given File

@ -31,7 +31,7 @@
*/ */
class IBMACPIFanSrc : public LabelSource { class IBMACPIFanSrc : public LabelSource {
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new Source from the given File and index * Creates a new Source from the given File and index

@ -31,7 +31,7 @@
*/ */
class IBMACPIThermalSrc : public LabelSource { class IBMACPIThermalSrc : public LabelSource {
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new Source from the given File and index * Creates a new Source from the given File and index

@ -33,7 +33,7 @@
*/ */
class IBMHDAPSSrc : public LabelSource { class IBMHDAPSSrc : public LabelSource {
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new Source from the given File * Creates a new Source from the given File

@ -34,7 +34,7 @@
*/ */
class IbookG4ThermalSrc : public LabelSource { class IbookG4ThermalSrc : public LabelSource {
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new Source from the given File * Creates a new Source from the given File

@ -32,7 +32,7 @@ class TQLabel;
*/ */
class LabelSource : public TriggeredSource{ class LabelSource : public TriggeredSource{
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new DefaultSource from the given File * Creates a new DefaultSource from the given File

@ -33,7 +33,7 @@ class KProcIO;
*/ */
class NVidiaThermalSrc : public LabelSource { class NVidiaThermalSrc : public LabelSource {
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new Source from the given File * Creates a new Source from the given File

@ -31,7 +31,7 @@
*/ */
class OmnibookThermalSrc : public LabelSource { class OmnibookThermalSrc : public LabelSource {
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new Source from the given File * Creates a new Source from the given File

@ -34,7 +34,7 @@ class TQVBoxLayout;
*/ */
class Source : public TQObject { class Source : public TQObject {
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new Source * Creates a new Source

@ -30,7 +30,7 @@
*/ */
class SysFreqSrc : public LabelSource { class SysFreqSrc : public LabelSource {
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new Source from the given File * Creates a new Source from the given File

@ -36,7 +36,7 @@
*/ */
class ThreadedTrigger : public TQObject, TQThread{ class ThreadedTrigger : public TQObject, TQThread{
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new ThreadedTrigger * Creates a new ThreadedTrigger

@ -31,7 +31,7 @@
*/ */
class TriggeredSource : public Source{ class TriggeredSource : public Source{
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new TriggeredSource * Creates a new TriggeredSource

@ -31,7 +31,7 @@
*/ */
class UptimeSrc : public LabelSource { class UptimeSrc : public LabelSource {
Q_OBJECT Q_OBJECT
//macro which activates signals and slots (tqmoc) //macro which activates signals and slots (moc)
public: public:
/** /**
* Creates a new Source from the given File and index * Creates a new Source from the given File and index

Loading…
Cancel
Save