diff options
Diffstat (limited to 'krusader/Locate/locate.h')
-rwxr-xr-x | krusader/Locate/locate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/Locate/locate.h b/krusader/Locate/locate.h index ebb1f2f..b939f1d 100755 --- a/krusader/Locate/locate.h +++ b/krusader/Locate/locate.h @@ -67,7 +67,7 @@ protected: private: void operate( TQListViewItem *item, int task ); - bool tqfind(); + bool find(); void nextLine(); bool stopping; |