diff options
Diffstat (limited to 'tdecore/kstandarddirs.cpp')
-rw-r--r-- | tdecore/kstandarddirs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kstandarddirs.cpp b/tdecore/kstandarddirs.cpp index 55a3b5e8c..8b936aa8e 100644 --- a/tdecore/kstandarddirs.cpp +++ b/tdecore/kstandarddirs.cpp @@ -1083,7 +1083,7 @@ TQString KStandardDirs::kde_default(const char *type) { return "share/emoticons"; - qFatal("unknown resource type %s", type); + tqFatal("unknown resource type %s", type); return TQString::null; } @@ -1118,7 +1118,7 @@ TQString KStandardDirs::saveLocation(const char *type, else { dirs = absolutes.find(type); if (!dirs) - qFatal("KStandardDirs: The resource type %s is not registered", type); + tqFatal("KStandardDirs: The resource type %s is not registered", type); pPath = new TQString(realPath(dirs->last())); } |