From 539a35866f0bac8f00e493654d4a8ec6863726e2 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/applications/kpilot@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpilot/fileInstallWidget.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpilot/fileInstallWidget.cc') diff --git a/kpilot/fileInstallWidget.cc b/kpilot/fileInstallWidget.cc index e8b55de..c9ce561 100644 --- a/kpilot/fileInstallWidget.cc +++ b/kpilot/fileInstallWidget.cc @@ -285,7 +285,7 @@ void FileInstallWidget::contextMenu(TQMouseEvent *event) TQPopupMenu popup(fIconView); - item = fIconView->tqfindItem(event->pos()); + item = fIconView->findItem(event->pos()); if(item) { // Popup for the right clicked item popup.insertItem(i18n("Delete a single file item","Delete"), 10); -- cgit v1.2.3