diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:11:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:11:21 -0600 |
commit | f537c21b68e08f649b1b297bce8f3904603137e0 (patch) | |
tree | fb33065387509dea898c90022ddec9c3f8ede86d /kcontrol/konqhtml/domainlistview.h | |
parent | dc5f267664506a312203c26bfe9001a448b0bb0f (diff) | |
download | tdebase-f537c21b68e08f649b1b297bce8f3904603137e0.tar.gz tdebase-f537c21b68e08f649b1b297bce8f3904603137e0.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kcontrol/konqhtml/domainlistview.h')
-rw-r--r-- | kcontrol/konqhtml/domainlistview.h | 6 |
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; |