diff options
Diffstat (limited to 'krusader/Locate/locate.h')
-rwxr-xr-x | krusader/Locate/locate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/krusader/Locate/locate.h b/krusader/Locate/locate.h index e7f65a9..fd1d46f 100755 --- a/krusader/Locate/locate.h +++ b/krusader/Locate/locate.h @@ -81,15 +81,15 @@ private: TQString pattern; KHistoryCombo *locateSearchFor; - KListView *resultList; + TDEListView *resultList; TQString remaining; - KListViewItem *lastItem; + TDEListViewItem *lastItem; TQString collectedErr; long findOptions; TQString findPattern; - KListViewItem *findCurrentItem; + TDEListViewItem *findCurrentItem; TQCheckBox *dontSearchInPath; TQCheckBox *existingFiles; |