diff options
Diffstat (limited to 'quanta/utility/qpevents.cpp')
-rw-r--r-- | quanta/utility/qpevents.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/utility/qpevents.cpp b/quanta/utility/qpevents.cpp index f41384c1..b4d43f48 100644 --- a/quanta/utility/qpevents.cpp +++ b/quanta/utility/qpevents.cpp @@ -36,8 +36,8 @@ #include "tagaction.h" //TODO: Better create a class for each internal event action -QPEvents::QPEvents(TQObject *tqparent, const char *name) - : TQObject(tqparent, name) +QPEvents::QPEvents(TQObject *parent, const char *name) + : TQObject(parent, name) { m_eventNames["before_save"] = i18n("Before Document Save"); m_eventNames["after_save"] = i18n("After Document Save"); |