summaryrefslogtreecommitdiffstats
path: root/kdat/BackupProfileManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdat/BackupProfileManager.cpp')
-rw-r--r--kdat/BackupProfileManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/BackupProfileManager.cpp b/kdat/BackupProfileManager.cpp
index 7b42ab7..eebf88b 100644
--- a/kdat/BackupProfileManager.cpp
+++ b/kdat/BackupProfileManager.cpp
@@ -35,7 +35,7 @@ BackupProfileManager::BackupProfileManager()
// Get a list of all available backup profiles.
TQStringList relList;
- (void) KGlobal::dirs()->findAllResources( "appdata", "*.bp", false, true, relList);
+ (void) TDEGlobal::dirs()->findAllResources( "appdata", "*.bp", false, true, relList);
for(TQStringList::Iterator it = relList.begin();
it != relList.end();