From 2ffa982beb3ba6b6de51ac31e8767cac52624444 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 21 Mar 2011 21:41:02 +0000 Subject: Fix TQt for Qt4 compilation problem git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1225587 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdecore/kstandarddirs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdecore/kstandarddirs.cpp b/kdecore/kstandarddirs.cpp index 46939d032..a5ea9e3e7 100644 --- a/kdecore/kstandarddirs.cpp +++ b/kdecore/kstandarddirs.cpp @@ -1130,7 +1130,7 @@ TQString KStandardDirs::saveLocation(const char *type, if (KDE_stat(TQFile::encodeName(fullPath), &st) != 0 || !(S_ISDIR(st.st_mode))) { if(!create) { #ifndef NDEBUG - kdDebug() << TQString("save location %1 doesn't exist").arg(fullPath) << endl; + kdDebug() << TQString("save location %1 doesn't exist").tqarg(fullPath) << endl; #endif return fullPath; } -- cgit v1.2.1