diff options
Diffstat (limited to 'kcron/ktlistitem.h')
-rw-r--r-- | kcron/ktlistitem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcron/ktlistitem.h b/kcron/ktlistitem.h index fde698e..89d56bd 100644 --- a/kcron/ktlistitem.h +++ b/kcron/ktlistitem.h @@ -32,12 +32,12 @@ public: /** * Construct a root list view item from a CTCron. */ - KTListItem(KTListItem* tqparent, const char* name, CTCron* _ctcron); + KTListItem(KTListItem* parent, const char* name, CTCron* _ctcron); /** * Construct a non-root list view item from a CTCron. */ - KTListItem(TQListView* tqparent, const char* name, CTCron* _ctcron); + KTListItem(TQListView* parent, const char* name, CTCron* _ctcron); /** * Destructor. |