summaryrefslogtreecommitdiffstats
path: root/ksim/monitors/filesystem/ksimfsystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksim/monitors/filesystem/ksimfsystem.h')
-rw-r--r--ksim/monitors/filesystem/ksimfsystem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksim/monitors/filesystem/ksimfsystem.h b/ksim/monitors/filesystem/ksimfsystem.h
index c3d403f..8c95fde 100644
--- a/ksim/monitors/filesystem/ksimfsystem.h
+++ b/ksim/monitors/filesystem/ksimfsystem.h
@@ -65,11 +65,11 @@ class Fsystem : public KSim::PluginView, public FsystemIface
void updateFS();
private:
- typedef QValueList<QPair<QString, QString> > MountEntryList;
- MountEntryList makeList(const QStringList &list) const;
+ typedef TQValueList<QPair<TQString, TQString> > MountEntryList;
+ MountEntryList makeList(const TQStringList &list) const;
FilesystemWidget *m_widget;
- QTimer *m_updateTimer;
+ TQTimer *m_updateTimer;
MountEntryList m_mountEntries;
bool m_showPercentage;
};