diff options
Diffstat (limited to 'korganizer/urihandler.h')
-rw-r--r-- | korganizer/urihandler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/urihandler.h b/korganizer/urihandler.h index 1dc9264ca..360e58e3a 100644 --- a/korganizer/urihandler.h +++ b/korganizer/urihandler.h @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef URIHANDLER_H #define 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 *parent, const TQString &uri ); + static bool process( TQWidget *tqparent, const TQString &uri ); static TQString attachmentNameFromUri( const TQString &uri ); static TQString uidFromUri( const TQString &uri ); |