summaryrefslogtreecommitdiffstats
path: root/src/kima.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-19 11:36:42 -0600
committerTimothy Pearson <[email protected]>2011-12-19 11:36:42 -0600
commit5599badf00624db6b9cecd7a00971f8c2387b73c (patch)
treede8cc75606ca033f72702957c794cecd5544eea7 /src/kima.cpp
parentfc6629f90a46a3f304bdba2ecef645c01ed02640 (diff)
downloadkima-5599badf00624db6b9cecd7a00971f8c2387b73c.tar.gz
kima-5599badf00624db6b9cecd7a00971f8c2387b73c.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/kima.cpp')
-rw-r--r--src/kima.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kima.cpp b/src/kima.cpp
index b8d3228..bb63a69 100644
--- a/src/kima.cpp
+++ b/src/kima.cpp
@@ -389,7 +389,7 @@ void Kima::paintEvent(TQPaintEvent* inEvent){
}
void Kima::updateSourceWidgets(){
- // tqrepaint the source widgets
+ // repaint the source widgets
for(Source* source = mSources.first(); source; source = mSources.next())
if(source->showOnApplet())
source->getWidget()->update();