summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:30:08 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:30:08 -0500
commited7449327dc9e93e3949b516160a0d2ac8f257fa (patch)
treee7b673a44fea25215749f7f97984b5cfed243439
parent9ac915773c68cb98f69513de4b5411b8e25623e1 (diff)
downloadkima-ed744932.tar.gz
kima-ed744932.zip
Fix inadvertent tqt changes.
-rw-r--r--src/flowlayout.h2
-rw-r--r--src/kima.h2
-rw-r--r--src/sourcelistitem.h2
-rw-r--r--src/sources/acpithermalsrc.h2
-rw-r--r--src/sources/batterysrc.h2
-rw-r--r--src/sources/cpuinfofreqsrc.h2
-rw-r--r--src/sources/hddtempsrc.h2
-rw-r--r--src/sources/hwmonfansrc.h2
-rw-r--r--src/sources/hwmonthermalsrc.h2
-rw-r--r--src/sources/i8ksrc.h2
-rw-r--r--src/sources/ibmacpifansrc.h2
-rw-r--r--src/sources/ibmacpithermalsrc.h2
-rw-r--r--src/sources/ibmhdaps.h2
-rw-r--r--src/sources/ibookg4thermalsrc.h2
-rw-r--r--src/sources/labelsource.h2
-rw-r--r--src/sources/nvidiathermalsrc.h2
-rw-r--r--src/sources/omnibookthermalsrc.h2
-rw-r--r--src/sources/source.h2
-rw-r--r--src/sources/sysfreqsrc.h2
-rw-r--r--src/sources/threadedtrigger.h2
-rw-r--r--src/sources/triggeredsource.h2
-rw-r--r--src/sources/uptimesrc.h2
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