summaryrefslogtreecommitdiffstats
path: root/src/sources/source.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:11 -0600
commit0b46312b4c5d893a6e0c29e354038bbdc5a15fdd (patch)
tree0a9819d1f6fa2690e0819c97e4bcb9a87f0d397b /src/sources/source.h
parent6981c239dedc72969f6f539afeef646a19c867c0 (diff)
downloadkima-0b46312b4c5d893a6e0c29e354038bbdc5a15fdd.tar.gz
kima-0b46312b4c5d893a6e0c29e354038bbdc5a15fdd.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 6981c239dedc72969f6f539afeef646a19c867c0.
Diffstat (limited to 'src/sources/source.h')
-rw-r--r--src/sources/source.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sources/source.h b/src/sources/source.h
index ff01049..6ae53c5 100644
--- a/src/sources/source.h
+++ b/src/sources/source.h
@@ -48,12 +48,12 @@ public:
const TQString& getID() const;
/**
- * Returns the position of this source in the layout
+ * Returns the position of this source in the tqlayout
*/
int getPosition() const;
/**
- * Sets the position of this source in the layout
+ * Sets the position of this source in the tqlayout
*/
void setPosition(int inPosition, KConfig* inKConfig);
@@ -145,9 +145,9 @@ signals:
/**
* This signal is emitted whenever the enabled flag (mEnabled) of this source has changed
*/
- void enabledChanged(bool inEnabled, Source* inSource); // needed by kima.cpp to add sources to its layout
+ void enabledChanged(bool inEnabled, Source* inSource); // needed by kima.cpp to add sources to its tqlayout
/**
- * This signal is emitted whenever this Source should be added or removed from the display (layout) of the kicker applet
+ * This signal is emitted whenever this Source should be added or removed from the display (tqlayout) of the kicker applet
*/
void displaySource(bool inDisplay, Source* inSource);
@@ -179,7 +179,7 @@ protected:
*/
TQString mID;
/**
- * The Position of the source in the layout
+ * The Position of the source in the tqlayout
*/
int mPosition;
/**