diff options
Diffstat (limited to 'korganizer/actionmanager.h')
-rw-r--r-- | korganizer/actionmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/actionmanager.h b/korganizer/actionmanager.h index 0a53255f4..6ee1727fa 100644 --- a/korganizer/actionmanager.h +++ b/korganizer/actionmanager.h @@ -76,7 +76,7 @@ class KDE_EXPORT ActionManager : public TQObject, public KCalendarIface TQ_OBJECT public: ActionManager( KXMLGUIClient *client, CalendarView *widget, - TQObject *tqparent, KOrg::MainWindow *mainWindow, + TQObject *parent, KOrg::MainWindow *mainWindow, bool isPart ); virtual ~ActionManager(); @@ -357,7 +357,7 @@ class KDE_EXPORT ActionManager : public TQObject, public KCalendarIface void initCalendar( Calendar *cal ); /** - Return widget used as tqparent for dialogs and message boxes. + Return widget used as parent for dialogs and message boxes. */ TQWidget *dialogParent(); |