summaryrefslogtreecommitdiffstats
path: root/src/sources/source.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-21 14:04:42 -0600
committerTimothy Pearson <[email protected]>2011-12-21 14:04:42 -0600
commitaab6b7485c28bc6ee2805a389c2560cda1d24d21 (patch)
tree20635bab0290ad55a667c2f7ca2b6e516b7b68a7 /src/sources/source.h
parent5599badf00624db6b9cecd7a00971f8c2387b73c (diff)
downloadkima-aab6b7485c28bc6ee2805a389c2560cda1d24d21.tar.gz
kima-aab6b7485c28bc6ee2805a389c2560cda1d24d21.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/sources/source.h')
-rw-r--r--src/sources/source.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sources/source.h b/src/sources/source.h
index 6ae53c5..40e1033 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 tqlayout
+ * Returns the position of this source in the layout
*/
int getPosition() const;
/**
- * Sets the position of this source in the tqlayout
+ * Sets the position of this source in the layout
*/
void setPosition(int inPosition, KConfig* inKConfig);
@@ -147,7 +147,7 @@ signals:
*/
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 (tqlayout) of the kicker applet
+ * This signal is emitted whenever this Source should be added or removed from the display (layout) of the kicker applet
*/
void displaySource(bool inDisplay, Source* inSource);
@@ -179,7 +179,7 @@ protected:
*/
TQString mID;
/**
- * The Position of the source in the tqlayout
+ * The Position of the source in the layout
*/
int mPosition;
/**