summaryrefslogtreecommitdiffstats
path: root/ksim/monitors/filesystem/fsystemconfig.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:52:55 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:52:55 +0000
commit5f5ee2367157176ed223b86343eb0a9e4022e020 (patch)
tree6a9c87f14ee38e90eff3c77c784f14e4f38fd5a1 /ksim/monitors/filesystem/fsystemconfig.h
parent4facf42feec57b22dcf46badc115ad6c5b5cc512 (diff)
downloadtdeutils-5f5ee2367157176ed223b86343eb0a9e4022e020.tar.gz
tdeutils-5f5ee2367157176ed223b86343eb0a9e4022e020.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1157653 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksim/monitors/filesystem/fsystemconfig.h')
-rw-r--r--ksim/monitors/filesystem/fsystemconfig.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ksim/monitors/filesystem/fsystemconfig.h b/ksim/monitors/filesystem/fsystemconfig.h
index 353dcf8..7e17e79 100644
--- a/ksim/monitors/filesystem/fsystemconfig.h
+++ b/ksim/monitors/filesystem/fsystemconfig.h
@@ -41,18 +41,18 @@ class FsystemConfig : public KSim::PluginPage
virtual void readConfig();
protected:
- void showEvent(QShowEvent *);
+ void showEvent(TQShowEvent *);
private:
void getStats();
- QString splitString(const QString &string) const;
+ TQString splitString(const TQString &string) const;
- QCheckBox *m_showPercentage;
- QCheckBox *m_splitNames;
- QLabel *m_intervalLabel;
+ TQCheckBox *m_showPercentage;
+ TQCheckBox *m_splitNames;
+ TQLabel *m_intervalLabel;
KIntSpinBox *m_updateTimer;
KListView *m_availableMounts;
- QGridLayout *m_mainLayout;
+ TQGridLayout *m_mainLayout;
FilesystemStats::List m_entries;
};
#endif // FILESYSTEM_H