You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
352 B

#include <qstring.h>
namespace KCHMUrl
{
bool isRemoteURL( const QString & url, QString & protocol );
bool isJavascriptURL( const QString & url );
bool isNewChmURL( const QString & url, QString & chmfile, QString & page );
QString makeURLabsolute ( const QString & url );
QString makeURLabsoluteIfNeeded ( const QString & url );
}