summaryrefslogtreecommitdiffstats
path: root/kooka
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
commit03d51915bf86a00c5953817c89976b62785bb5a1 (patch)
tree9d7535688297156379ab6c2639875b08b491babe /kooka
parentb86459d60bcb618fe6a61afb292b087c64878f1a (diff)
downloadtdegraphics-03d51915bf86a00c5953817c89976b62785bb5a1.tar.gz
tdegraphics-03d51915bf86a00c5953817c89976b62785bb5a1.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kooka')
-rw-r--r--kooka/kookaview.cpp2
-rw-r--r--kooka/ksaneocr.cpp2
-rw-r--r--kooka/ksaneocr.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/kooka/kookaview.cpp b/kooka/kookaview.cpp
index fb0d57fc..71004040 100644
--- a/kooka/kookaview.cpp
+++ b/kooka/kookaview.cpp
@@ -564,7 +564,7 @@ void KookaView::startOCR( KookaImage *img )
connect( ocrFabric, TQT_SIGNAL( newOCRResultText( const TQString& )),
m_dockOCRText, TQT_SLOT( show() ));
- connect( ocrFabric, TQT_SIGNAL( tqrepaintOCRResImage( )),
+ connect( ocrFabric, TQT_SIGNAL( repaintOCRResImage( )),
img_canvas, TQT_SLOT(tqrepaint()));
connect( ocrFabric, TQT_SIGNAL( clearOCRResultText()),
diff --git a/kooka/ksaneocr.cpp b/kooka/ksaneocr.cpp
index 709b1f1f..9e687ff5 100644
--- a/kooka/ksaneocr.cpp
+++ b/kooka/ksaneocr.cpp
@@ -1328,7 +1328,7 @@ void KSANEOCR::slMisspelling( const TQString& originalword, const TQStringList&
/* draw a line under the word to check */
/* copy the source */
- emit tqrepaintOCRResImage();
+ emit repaintOCRResImage();
}
else
{
diff --git a/kooka/ksaneocr.h b/kooka/ksaneocr.h
index 4996819a..670c410b 100644
--- a/kooka/ksaneocr.h
+++ b/kooka/ksaneocr.h
@@ -162,7 +162,7 @@ signals:
/**
* signal the tells that the result image was modified.
*/
- void tqrepaintOCRResImage( );
+ void repaintOCRResImage( );
/**
* indicates that the text editor holding the text that came through