summaryrefslogtreecommitdiffstats
path: root/src/kima.cpp
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/kima.cpp
parent5599badf00624db6b9cecd7a00971f8c2387b73c (diff)
downloadkima-aab6b7485c28bc6ee2805a389c2560cda1d24d21.tar.gz
kima-aab6b7485c28bc6ee2805a389c2560cda1d24d21.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/kima.cpp')
-rw-r--r--src/kima.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kima.cpp b/src/kima.cpp
index bb63a69..b19c9f0 100644
--- a/src/kima.cpp
+++ b/src/kima.cpp
@@ -99,7 +99,7 @@ Kima::Kima(const TQString& inConfigFile, Type inType, int inActions, TQWidget* i
// automatically delete pointers
mSources.setAutoDelete(TRUE);
- // create tqlayout
+ // create layout
mLayout = new FlowLayout(this, orientation() );
mLayout->setSpacing(8);
@@ -406,7 +406,7 @@ void Kima::registerSource(Source* source) {
// this call also emits enabledChanged
source->loadPrefs(mKConfig);
- // add the source to the tqlayout if necessary
+ // add the source to the layout if necessary
displaySource(source->isEnabled() && source->showOnApplet(), source);
// connection to add and remove sources from mLayout