summaryrefslogtreecommitdiffstats
path: root/src/kile/cleandialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/cleandialog.h')
-rw-r--r--src/kile/cleandialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kile/cleandialog.h b/src/kile/cleandialog.h
index 232f431..d67c520 100644
--- a/src/kile/cleandialog.h
+++ b/src/kile/cleandialog.h
@@ -20,7 +20,7 @@
#include <kdialogbase.h>
#include <tqstringlist.h>
-class KListView;
+class TDEListView;
/**
*@author Holger Danielsson
@@ -39,7 +39,7 @@ namespace KileDialog
const TQStringList & getCleanlist();
private:
- KListView *listview;
+ TDEListView *listview;
TQStringList m_extlist;
};
}