From 5173e6fcb16310e130fba4143e334563b4f8460e 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/kdiff3@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/kreplacements/kreplacements.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kreplacements/kreplacements.h') diff --git a/src/kreplacements/kreplacements.h b/src/kreplacements/kreplacements.h index be7f126..3b807d8 100644 --- a/src/kreplacements/kreplacements.h +++ b/src/kreplacements/kreplacements.h @@ -259,7 +259,7 @@ public: static KAction* about( TQWidget* tqparent, const char* slot, KActionCollection* ); static KAction* aboutTQt( KActionCollection* ); static KAction* help( TQWidget* tqparent, const char* slot, KActionCollection* ); - static KAction* tqfind( TQWidget* tqparent, const char* slot, KActionCollection* ); + static KAction* find( TQWidget* tqparent, const char* slot, KActionCollection* ); static KAction* findNext( TQWidget* tqparent, const char* slot, KActionCollection* ); static KAction* keyBindings( TQWidget* tqparent, const char* slot, KActionCollection* ); }; -- cgit v1.2.1