diff options
Diffstat (limited to 'libkcal/tests/testresource.cpp')
-rw-r--r-- | libkcal/tests/testresource.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcal/tests/testresource.cpp b/libkcal/tests/testresource.cpp index 25c9e5d6c..fbd42da68 100644 --- a/libkcal/tests/testresource.cpp +++ b/libkcal/tests/testresource.cpp @@ -29,7 +29,7 @@ #include <kdebug.h> #include <kcmdlineargs.h> #include <kinputdialog.h> -#include <kresources/factory.h> +#include <tderesources/factory.h> #include <tqdir.h> #include <tqfileinfo.h> @@ -55,7 +55,7 @@ static const KCmdLineOptions options[] = int main(int argc, char *argv[]) { // Use another directory than the real one, just to keep things clean - // TDEHOME needs to be writable though, for a ksycoca database + // TDEHOME needs to be writable though, for a tdesycoca database setenv( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.tde-testresource" ), true ); setenv( "TDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup |