summaryrefslogtreecommitdiffstats
path: root/src/kile/kilegrepdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/kilegrepdialog.h')
-rw-r--r--src/kile/kilegrepdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kile/kilegrepdialog.h b/src/kile/kilegrepdialog.h
index 1eb1489..4cc7683 100644
--- a/src/kile/kilegrepdialog.h
+++ b/src/kile/kilegrepdialog.h
@@ -39,7 +39,7 @@ class KComboBox;
class KLineEdit;
class TDEProcess;
class KURLRequester;
-class KListBox;
+class TDEListBox;
#define KILEGREP_MAX 12
@@ -112,7 +112,7 @@ private:
KComboBox *filter_combo, *pattern_combo, *template_combo;
KURLRequester *dir_combo;
TQCheckBox *recursive_box;
- KListBox *resultbox;
+ TDEListBox *resultbox;
TQPushButton *search_button, *clear_button, *close_button;
TQString buf;
TQString errbuf;