diff options
Diffstat (limited to 'lib/compatibility/knewstuff/providerdialog.h')
-rw-r--r-- | lib/compatibility/knewstuff/providerdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compatibility/knewstuff/providerdialog.h b/lib/compatibility/knewstuff/providerdialog.h index a17ddac3..c9002bb8 100644 --- a/lib/compatibility/knewstuff/providerdialog.h +++ b/lib/compatibility/knewstuff/providerdialog.h @@ -22,7 +22,7 @@ #include <kdialogbase.h> -class KListView; +class TDEListView; namespace KNS { @@ -69,7 +69,7 @@ class ProviderDialog : public KDialogBase private: Engine *mEngine; - KListView *mListView; + TDEListView *mListView; }; } |