diff options
Diffstat (limited to 'tdecore/kglobalaccel.h')
-rw-r--r-- | tdecore/kglobalaccel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kglobalaccel.h b/tdecore/kglobalaccel.h index 98a38e645..a11568bd0 100644 --- a/tdecore/kglobalaccel.h +++ b/tdecore/kglobalaccel.h @@ -49,8 +49,8 @@ class TDECORE_EXPORT TDEGlobalAccel : public TQObject /** * Creates a new TDEGlobalAccel object with the given pParent and * psName. - * @param pParent the parent of the QObject - * @param psName the name of the QObject + * @param pParent the parent of the TQObject + * @param psName the name of the TQObject */ TDEGlobalAccel( TQObject* pParent, const char* psName = 0 ); virtual ~TDEGlobalAccel(); |