summaryrefslogtreecommitdiffstats
path: root/tdeprint/tdeprintfax/conffilters.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/tdeprintfax/conffilters.h')
-rw-r--r--tdeprint/tdeprintfax/conffilters.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/tdeprintfax/conffilters.h b/tdeprint/tdeprintfax/conffilters.h
index 871b44bec..ca796b934 100644
--- a/tdeprint/tdeprintfax/conffilters.h
+++ b/tdeprint/tdeprintfax/conffilters.h
@@ -23,7 +23,7 @@
#include <tqwidget.h>
#include <tqpushbutton.h>
-class KListView;
+class TDEListView;
class ConfFilters : public TQWidget
{
@@ -41,7 +41,7 @@ protected slots:
void slotDown();
void updateButton();
private:
- KListView *m_filters;
+ TDEListView *m_filters;
TQPushButton *m_add,*m_remove,*m_up,*m_down,*m_change;
};