diff options
Diffstat (limited to 'quanta/utility/quantacommon.h')
-rw-r--r-- | quanta/utility/quantacommon.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quanta/utility/quantacommon.h b/quanta/utility/quantacommon.h index 586b7e50..4553da9c 100644 --- a/quanta/utility/quantacommon.h +++ b/quanta/utility/quantacommon.h @@ -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); |