summaryrefslogtreecommitdiffstats
path: root/korganizer/actionmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/actionmanager.h')
-rw-r--r--korganizer/actionmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/actionmanager.h b/korganizer/actionmanager.h
index 0a53255f..6ee1727f 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();