diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:30:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:30:39 -0600 |
commit | 6981c239dedc72969f6f539afeef646a19c867c0 (patch) | |
tree | 44e5e93a8ed355a26920da44467d4b18be8fcc05 /src/sources/source.h | |
parent | dfe4a152e1587751bbb3e63e46c4d727e318caaf (diff) | |
download | kima-6981c239dedc72969f6f539afeef646a19c867c0.tar.gz kima-6981c239dedc72969f6f539afeef646a19c867c0.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/sources/source.h')
-rw-r--r-- | src/sources/source.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sources/source.h b/src/sources/source.h index 6ae53c5..ff01049 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); @@ -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 tqlayout + void enabledChanged(bool inEnabled, Source* inSource); // needed by kima.cpp to add sources to its layout /** - * 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; /** |