From d8762de95349dc6edaa34db9bf699b367c1af6b1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkdeedu/kdeeduplot/kplotwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkdeedu/kdeeduplot') diff --git a/libkdeedu/kdeeduplot/kplotwidget.h b/libkdeedu/kdeeduplot/kplotwidget.h index 2545ff83..27bd15a0 100644 --- a/libkdeedu/kdeeduplot/kplotwidget.h +++ b/libkdeedu/kdeeduplot/kplotwidget.h @@ -100,7 +100,7 @@ public: *@param i the index of th item to be replaced *@param o pointer to the replacement KPlotObject */ - virtual void replaceObject( int i, KPlotObject *o ) { ObjectList.tqreplace( i, o ); } + virtual void replaceObject( int i, KPlotObject *o ) { ObjectList.replace( i, o ); } /**@return the number of KPlotObjects in the list */ -- cgit v1.2.1