summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/propertyeditor.cpp
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
commit82324bf130254bac6932131a55607c866773ca84 (patch)
tree0e534d2cc0ec08f75916d501017bd960f8260ceb /kdevdesigner/designer/propertyeditor.cpp
parent2cb2dfe421fb3f11a70368dafbd8a1ec7383d30b (diff)
downloadtdevelop-82324bf130254bac6932131a55607c866773ca84.tar.gz
tdevelop-82324bf130254bac6932131a55607c866773ca84.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdevdesigner/designer/propertyeditor.cpp')
-rw-r--r--kdevdesigner/designer/propertyeditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/designer/propertyeditor.cpp b/kdevdesigner/designer/propertyeditor.cpp
index 9d9678ad..49eac9eb 100644
--- a/kdevdesigner/designer/propertyeditor.cpp
+++ b/kdevdesigner/designer/propertyeditor.cpp
@@ -445,7 +445,7 @@ void PropertyItem::placeEditor( TQWidget *w )
if ( !r.size().isValid() ) {
listview->ensureItemVisible( this );
#if defined(TQ_WS_WIN)
- listview->tqrepaintContents( FALSE );
+ listview->repaintContents( FALSE );
#endif
r = listview->tqitemRect( this );
}