diff options
Diffstat (limited to 'kdat/TapeManager.cpp')
-rw-r--r-- | kdat/TapeManager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdat/TapeManager.cpp b/kdat/TapeManager.cpp index 919872f..386627d 100644 --- a/kdat/TapeManager.cpp +++ b/kdat/TapeManager.cpp @@ -40,8 +40,8 @@ TapeManager::TapeManager() // Fix 2002-01-24 c/o RG. The problem was: "Tape Index is empty, but I did // just a few minutes ago a 1st backup onto the the tape." - // (void) KGlobal::dirs()->findAllResources( "appdata", ".*:[0-9]+", false, true, relList); - (void) KGlobal::dirs()->findAllResources( "appdata", "*:[0-9]*", false, true, relList); + // (void) TDEGlobal::dirs()->findAllResources( "appdata", ".*:[0-9]+", false, true, relList); + (void) TDEGlobal::dirs()->findAllResources( "appdata", "*:[0-9]*", false, true, relList); for(TQStringList::Iterator it = relList.begin(); it != relList.end(); |