|
|
|
@ -31,7 +31,7 @@
|
|
|
|
|
class TQString;
|
|
|
|
|
class DCOPReply;
|
|
|
|
|
class KURL;
|
|
|
|
|
class KStandardDirs;
|
|
|
|
|
class TDEStandardDirs;
|
|
|
|
|
class TQWidget;
|
|
|
|
|
class Tag;
|
|
|
|
|
|
|
|
|
@ -148,9 +148,9 @@ quotation setting*/
|
|
|
|
|
/** Returns 0 if the (line,col) is inside the area specified by the other arguments,
|
|
|
|
|
-1 if it is before the area and 1 if it is after. */
|
|
|
|
|
static int isBetween(int line, int col, int bLine, int bCol, int eLine, int eCol);
|
|
|
|
|
/** Returns a pointer to a KStandardDirs object usable for plugin searchup. type is the plugin binary type (exe or lib). The returned
|
|
|
|
|
/** Returns a pointer to a TDEStandardDirs object usable for plugin searchup. type is the plugin binary type (exe or lib). The returned
|
|
|
|
|
pointer must be deleted by the caller!! */
|
|
|
|
|
static KStandardDirs* pluginDirs(const char *type);
|
|
|
|
|
static TDEStandardDirs* pluginDirs(const char *type);
|
|
|
|
|
|
|
|
|
|
/** Return true, if the url has the mimetype starting with type. */
|
|
|
|
|
static bool checkMimeGroup(const KURL& url, const TQString& type);
|
|
|
|
|