From ed7449327dc9e93e3949b516160a0d2ac8f257fa Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 13:30:08 -0500 Subject: Fix inadvertent tqt changes. --- src/flowlayout.h | 2 +- src/kima.h | 2 +- src/sourcelistitem.h | 2 +- src/sources/acpithermalsrc.h | 2 +- src/sources/batterysrc.h | 2 +- src/sources/cpuinfofreqsrc.h | 2 +- src/sources/hddtempsrc.h | 2 +- src/sources/hwmonfansrc.h | 2 +- src/sources/hwmonthermalsrc.h | 2 +- src/sources/i8ksrc.h | 2 +- src/sources/ibmacpifansrc.h | 2 +- src/sources/ibmacpithermalsrc.h | 2 +- src/sources/ibmhdaps.h | 2 +- src/sources/ibookg4thermalsrc.h | 2 +- src/sources/labelsource.h | 2 +- src/sources/nvidiathermalsrc.h | 2 +- src/sources/omnibookthermalsrc.h | 2 +- src/sources/source.h | 2 +- src/sources/sysfreqsrc.h | 2 +- src/sources/threadedtrigger.h | 2 +- src/sources/triggeredsource.h | 2 +- src/sources/uptimesrc.h | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/flowlayout.h b/src/flowlayout.h index 3690ece..4387755 100644 --- a/src/flowlayout.h +++ b/src/flowlayout.h @@ -28,7 +28,7 @@ class KConfig; class FlowLayout : public TQLayout{ Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * the direction for moveItem diff --git a/src/kima.h b/src/kima.h index 8161c1a..3c39b2a 100644 --- a/src/kima.h +++ b/src/kima.h @@ -54,7 +54,7 @@ class TQLayoutItem; */ class Kima : public KPanelApplet, TQToolTip { Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** diff --git a/src/sourcelistitem.h b/src/sourcelistitem.h index a7c31e1..9b94c8b 100644 --- a/src/sourcelistitem.h +++ b/src/sourcelistitem.h @@ -31,7 +31,7 @@ */ class SourceListItem : public TQObject, public TQCheckListItem { Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new Source diff --git a/src/sources/acpithermalsrc.h b/src/sources/acpithermalsrc.h index df64287..2daffbf 100644 --- a/src/sources/acpithermalsrc.h +++ b/src/sources/acpithermalsrc.h @@ -32,7 +32,7 @@ */ class ACPIThermalSrc : public LabelSource { Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new Source from the given File diff --git a/src/sources/batterysrc.h b/src/sources/batterysrc.h index 67c41dd..ac64f2d 100644 --- a/src/sources/batterysrc.h +++ b/src/sources/batterysrc.h @@ -33,7 +33,7 @@ */ class BatterySrc : public LabelSource { Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new Source diff --git a/src/sources/cpuinfofreqsrc.h b/src/sources/cpuinfofreqsrc.h index 869a9f0..65ddf7f 100644 --- a/src/sources/cpuinfofreqsrc.h +++ b/src/sources/cpuinfofreqsrc.h @@ -30,7 +30,7 @@ */ class CpuinfoFreqSrc : public LabelSource { Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new Source from the given File diff --git a/src/sources/hddtempsrc.h b/src/sources/hddtempsrc.h index fd82c30..6ea291b 100644 --- a/src/sources/hddtempsrc.h +++ b/src/sources/hddtempsrc.h @@ -29,7 +29,7 @@ */ class HDDTempSrc : public LabelSource { 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 diff --git a/src/sources/hwmonfansrc.h b/src/sources/hwmonfansrc.h index 0be1482..81cc38e 100644 --- a/src/sources/hwmonfansrc.h +++ b/src/sources/hwmonfansrc.h @@ -33,7 +33,7 @@ */ class HwMonFanSrc : public LabelSource { Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new Source from the given File diff --git a/src/sources/hwmonthermalsrc.h b/src/sources/hwmonthermalsrc.h index 8d073a4..25c1c53 100644 --- a/src/sources/hwmonthermalsrc.h +++ b/src/sources/hwmonthermalsrc.h @@ -33,7 +33,7 @@ */ class HwMonThermalSrc : public LabelSource { Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new Source from the given File diff --git a/src/sources/i8ksrc.h b/src/sources/i8ksrc.h index d7b4f99..fa0ed3b 100644 --- a/src/sources/i8ksrc.h +++ b/src/sources/i8ksrc.h @@ -31,7 +31,7 @@ */ class I8kSrc : public LabelSource { Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new Source from the given File diff --git a/src/sources/ibmacpifansrc.h b/src/sources/ibmacpifansrc.h index b253235..17b7ab8 100644 --- a/src/sources/ibmacpifansrc.h +++ b/src/sources/ibmacpifansrc.h @@ -31,7 +31,7 @@ */ class IBMACPIFanSrc : public LabelSource { Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new Source from the given File and index diff --git a/src/sources/ibmacpithermalsrc.h b/src/sources/ibmacpithermalsrc.h index ad0fabc..48a419c 100644 --- a/src/sources/ibmacpithermalsrc.h +++ b/src/sources/ibmacpithermalsrc.h @@ -31,7 +31,7 @@ */ class IBMACPIThermalSrc : public LabelSource { Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new Source from the given File and index diff --git a/src/sources/ibmhdaps.h b/src/sources/ibmhdaps.h index 0526a33..428463a 100644 --- a/src/sources/ibmhdaps.h +++ b/src/sources/ibmhdaps.h @@ -33,7 +33,7 @@ */ class IBMHDAPSSrc : public LabelSource { Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new Source from the given File diff --git a/src/sources/ibookg4thermalsrc.h b/src/sources/ibookg4thermalsrc.h index 63ec4e0..cac4362 100644 --- a/src/sources/ibookg4thermalsrc.h +++ b/src/sources/ibookg4thermalsrc.h @@ -34,7 +34,7 @@ */ class IbookG4ThermalSrc : public LabelSource { Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new Source from the given File diff --git a/src/sources/labelsource.h b/src/sources/labelsource.h index ba23edc..1cc939e 100644 --- a/src/sources/labelsource.h +++ b/src/sources/labelsource.h @@ -32,7 +32,7 @@ class TQLabel; */ class LabelSource : public TriggeredSource{ Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new DefaultSource from the given File diff --git a/src/sources/nvidiathermalsrc.h b/src/sources/nvidiathermalsrc.h index 88a8fa0..0b047c7 100644 --- a/src/sources/nvidiathermalsrc.h +++ b/src/sources/nvidiathermalsrc.h @@ -33,7 +33,7 @@ class KProcIO; */ class NVidiaThermalSrc : public LabelSource { Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new Source from the given File diff --git a/src/sources/omnibookthermalsrc.h b/src/sources/omnibookthermalsrc.h index eea7a3c..147564a 100644 --- a/src/sources/omnibookthermalsrc.h +++ b/src/sources/omnibookthermalsrc.h @@ -31,7 +31,7 @@ */ class OmnibookThermalSrc : public LabelSource { Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new Source from the given File diff --git a/src/sources/source.h b/src/sources/source.h index 9cb2541..e869544 100644 --- a/src/sources/source.h +++ b/src/sources/source.h @@ -34,7 +34,7 @@ class TQVBoxLayout; */ class Source : public TQObject { Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new Source diff --git a/src/sources/sysfreqsrc.h b/src/sources/sysfreqsrc.h index 4522563..78cbb51 100644 --- a/src/sources/sysfreqsrc.h +++ b/src/sources/sysfreqsrc.h @@ -30,7 +30,7 @@ */ class SysFreqSrc : public LabelSource { Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new Source from the given File diff --git a/src/sources/threadedtrigger.h b/src/sources/threadedtrigger.h index cda4b20..058a53a 100644 --- a/src/sources/threadedtrigger.h +++ b/src/sources/threadedtrigger.h @@ -36,7 +36,7 @@ */ class ThreadedTrigger : public TQObject, TQThread{ Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new ThreadedTrigger diff --git a/src/sources/triggeredsource.h b/src/sources/triggeredsource.h index 056f86d..3747bbc 100644 --- a/src/sources/triggeredsource.h +++ b/src/sources/triggeredsource.h @@ -31,7 +31,7 @@ */ class TriggeredSource : public Source{ Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new TriggeredSource diff --git a/src/sources/uptimesrc.h b/src/sources/uptimesrc.h index deda18f..eb78ec5 100644 --- a/src/sources/uptimesrc.h +++ b/src/sources/uptimesrc.h @@ -31,7 +31,7 @@ */ class UptimeSrc : public LabelSource { Q_OBJECT - //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (moc) public: /** * Creates a new Source from the given File and index -- cgit v1.2.1