summaryrefslogtreecommitdiffstats
path: root/kdecore/kstandarddirs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/kstandarddirs.cpp')
-rw-r--r--kdecore/kstandarddirs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdecore/kstandarddirs.cpp b/kdecore/kstandarddirs.cpp
index 15b661676..2568dc7df 100644
--- a/kdecore/kstandarddirs.cpp
+++ b/kdecore/kstandarddirs.cpp
@@ -616,7 +616,7 @@ static void lookupPrefix(const TQString& prefix, const TQString& relpath,
}
}
-QStringList
+TQStringList
KStandardDirs::findAllResources( const char *type,
const TQString& filter,
bool recursive,
@@ -672,7 +672,7 @@ KStandardDirs::findAllResources( const char *type,
return list;
}
-QStringList
+TQStringList
KStandardDirs::findAllResources( const char *type,
const TQString& filter,
bool recursive,