diff options
Diffstat (limited to 'ksim/monitors/filesystem/fsystemconfig.h')
-rw-r--r-- | ksim/monitors/filesystem/fsystemconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksim/monitors/filesystem/fsystemconfig.h b/ksim/monitors/filesystem/fsystemconfig.h index 0ec124c..fe37957 100644 --- a/ksim/monitors/filesystem/fsystemconfig.h +++ b/ksim/monitors/filesystem/fsystemconfig.h @@ -24,7 +24,7 @@ #include "filesystemstats.h" class KIntSpinBox; -class KListView; +class TDEListView; class TQGridLayout; class TQCheckBox; class TQLabel; @@ -52,7 +52,7 @@ class FsystemConfig : public KSim::PluginPage TQCheckBox *m_splitNames; TQLabel *m_intervalLabel; KIntSpinBox *m_updateTimer; - KListView *m_availableMounts; + TDEListView *m_availableMounts; TQGridLayout *m_mainLayout; FilesystemStats::List m_entries; }; |