diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:36:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:36:42 -0600 |
commit | 5599badf00624db6b9cecd7a00971f8c2387b73c (patch) | |
tree | de8cc75606ca033f72702957c794cecd5544eea7 /src/kima.cpp | |
parent | fc6629f90a46a3f304bdba2ecef645c01ed02640 (diff) | |
download | kima-5599badf00624db6b9cecd7a00971f8c2387b73c.tar.gz kima-5599badf00624db6b9cecd7a00971f8c2387b73c.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/kima.cpp')
-rw-r--r-- | src/kima.cpp | 2 |
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(); |