summaryrefslogtreecommitdiffstats
path: root/ksim/monitors/filesystem
diff options
context:
space:
mode:
Diffstat (limited to 'ksim/monitors/filesystem')
-rw-r--r--ksim/monitors/filesystem/fsystemconfig.cpp2
-rw-r--r--ksim/monitors/filesystem/fsystemconfig.h4
-rw-r--r--ksim/monitors/filesystem/ksimfsystem.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/ksim/monitors/filesystem/fsystemconfig.cpp b/ksim/monitors/filesystem/fsystemconfig.cpp
index d9d55e9..0987237 100644
--- a/ksim/monitors/filesystem/fsystemconfig.cpp
+++ b/ksim/monitors/filesystem/fsystemconfig.cpp
@@ -52,7 +52,7 @@ FsystemConfig::FsystemConfig(KSim::PluginObject *parent, const char *name)
m_mainLayout = new TQGridLayout(this);
m_mainLayout->setSpacing(6);
- m_availableMounts = new KListView(this);
+ m_availableMounts = new TDEListView(this);
m_availableMounts->addColumn(i18n("Mounted Partition"));
m_availableMounts->addColumn(i18n("Device"));
m_availableMounts->addColumn(i18n("Type"));
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;
};
diff --git a/ksim/monitors/filesystem/ksimfsystem.h b/ksim/monitors/filesystem/ksimfsystem.h
index 17ab1f0..1583ba1 100644
--- a/ksim/monitors/filesystem/ksimfsystem.h
+++ b/ksim/monitors/filesystem/ksimfsystem.h
@@ -23,7 +23,7 @@
#include <pluginmodule.h>
#include "fsystemiface.h"
-class KPopupMenu;
+class TDEPopupMenu;
class FilesystemWidget;
class TQTimer;