diff options
Diffstat (limited to 'kcron/ktlistcron.h')
-rw-r--r-- | kcron/ktlistcron.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcron/ktlistcron.h b/kcron/ktlistcron.h index 8b475ab..713a375 100644 --- a/kcron/ktlistcron.h +++ b/kcron/ktlistcron.h @@ -28,17 +28,17 @@ public: /** * Construct tasks or variables folder from branch. */ - KTListCron(KTListItem* tqparent, const char* name, CTCron* _ctcron); + KTListCron(KTListItem* parent, const char* name, CTCron* _ctcron); /** * Construct tasks or variables folder from root. */ - KTListCron(TQListView* tqparent, const char* name, CTCron* _ctcron); + KTListCron(TQListView* parent, const char* name, CTCron* _ctcron); /** * Construct user folder from root. */ - KTListCron(TQListView* tqparent, CTCron* _ctcron); + KTListCron(TQListView* parent, CTCron* _ctcron); /** * Refresh. |