summaryrefslogtreecommitdiffstats
path: root/kcontrol/konqhtml/domainlistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/konqhtml/domainlistview.h')
-rw-r--r--kcontrol/konqhtml/domainlistview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/konqhtml/domainlistview.h b/kcontrol/konqhtml/domainlistview.h
index f62b2e46a..f5844071e 100644
--- a/kcontrol/konqhtml/domainlistview.h
+++ b/kcontrol/konqhtml/domainlistview.h
@@ -30,7 +30,7 @@ class TQPushButton;
class TQStringList;
class TDEConfig;
-class KListView;
+class TDEListView;
class Policies;
class PolicyDialog;
@@ -80,7 +80,7 @@ public:
/**
* returns the list view displaying the domains
*/
- KListView *listView() const { return domainSpecificLV; }
+ TDEListView *listView() const { return domainSpecificLV; }
/**
* returns the add push-button.
@@ -193,7 +193,7 @@ protected:
TDEConfig *config;
- KListView *domainSpecificLV;
+ TDEListView *domainSpecificLV;
TQPushButton* addDomainPB;
TQPushButton* changeDomainPB;