25 #ifndef AKREGATOR_UTILS_H
26 #define AKREGATOR_UTILS_H
29 typedef unsigned int uint;
37 static TQString stripTags( const TQString& str);
45 static uint calcHash( const TQString& str);
53 static TQString fileNameForUrl( const TQString& url);
58 #endif // AKREGATOR_UTILS_H
|