diff options
Diffstat (limited to 'korganizer/urihandler.h')
-rw-r--r-- | korganizer/urihandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/urihandler.h b/korganizer/urihandler.h index 360e58e3a..aa3c6de28 100644 --- a/korganizer/urihandler.h +++ b/korganizer/urihandler.h @@ -35,7 +35,7 @@ class KDE_EXPORT UriHandler /** Process URI. Return true if handler handled the URI, otherwise false. */ - static bool process( TQWidget *tqparent, const TQString &uri ); + static bool process( TQWidget *parent, const TQString &uri ); static TQString attachmentNameFromUri( const TQString &uri ); static TQString uidFromUri( const TQString &uri ); |