diff options
Diffstat (limited to 'kunittest/runner.cpp')
-rw-r--r-- | kunittest/runner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kunittest/runner.cpp b/kunittest/runner.cpp index 972a34276..e3a8830bb 100644 --- a/kunittest/runner.cpp +++ b/kunittest/runner.cpp @@ -58,7 +58,7 @@ namespace KUnitTest // Add the folder to the "module" resource such that the KLibLoader can // find the modules in this folder. - KGlobal::dirs()->addResourceDir("module", folder); + TDEGlobal::dirs()->addResourceDir("module", folder); kdDebug() << "Looking in folder: " << dir.absPath() << endl; // Get a list of all modules. |