diff options
Diffstat (limited to 'arts/tools/artsactions.h')
-rw-r--r-- | arts/tools/artsactions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/tools/artsactions.h b/arts/tools/artsactions.h index b6f77839..d28edd33 100644 --- a/arts/tools/artsactions.h +++ b/arts/tools/artsactions.h @@ -48,7 +48,7 @@ public: @param artsserver a pointer to a existing KArtsServer. If 0 a new is created. @param actioncollection the KActionCollection all the actions should belong to. Names of the actions are then: artssupport_* - @param qwidget the tqparent TQWidget + @param qwidget the parent TQWidget @param name the name of the object */ ArtsActions( KArtsServer* artsserver, KActionCollection* actioncollection, TQWidget* qwidget, const char* name=0 ); |