diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-29 01:08:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-29 01:08:06 +0000 |
commit | f12b53b8c6d6bf9c6bb0e84a4c6f941aee1a9ebd (patch) | |
tree | 5da2b31fd2b6c748098add428def405d33b70878 /kcron/cttask.h | |
parent | 37333bf25ad9a4c538250f5af2f9f1d666362883 (diff) | |
download | tdeadmin-f12b53b8c6d6bf9c6bb0e84a4c6f941aee1a9ebd.tar.gz tdeadmin-f12b53b8c6d6bf9c6bb0e84a4c6f941aee1a9ebd.zip |
* KDE cron updates
* KDE networking module platform string updates
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1067153 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcron/cttask.h')
-rw-r--r-- | kcron/cttask.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kcron/cttask.h b/kcron/cttask.h index 3665c61..061df57 100644 --- a/kcron/cttask.h +++ b/kcron/cttask.h @@ -90,7 +90,6 @@ public: string command; string comment; bool enabled; - bool silent; private: bool syscron; @@ -98,7 +97,6 @@ private: string initialCommand; string initialComment; bool initialEnabled; - bool initialSilent; }; #endif // CTTASK_H |