diff options
Diffstat (limited to 'korganizer/urihandler.h')
-rw-r--r-- | korganizer/urihandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/urihandler.h b/korganizer/urihandler.h index 7b3d22375..915b28578 100644 --- a/korganizer/urihandler.h +++ b/korganizer/urihandler.h @@ -24,7 +24,7 @@ #ifndef URIHANDLER_H #define URIHANDLER_H -#include <qstring.h> +#include <tqstring.h> #include <kdepimmacros.h> class KDE_EXPORT UriHandler @@ -33,7 +33,7 @@ class KDE_EXPORT UriHandler /** Process URI. Return true if handler handled the URI, otherwise false. */ - static bool process( const QString &uri ); + static bool process( const TQString &uri ); }; #endif |