summaryrefslogtreecommitdiffstats
path: root/akregator/src/nodelist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/nodelist.cpp')
-rw-r--r--akregator/src/nodelist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/nodelist.cpp b/akregator/src/nodelist.cpp
index e79acb20..4af5def2 100644
--- a/akregator/src/nodelist.cpp
+++ b/akregator/src/nodelist.cpp
@@ -210,7 +210,7 @@ NodeList::~NodeList()
int NodeList::generateID()
{
- return KApplication::random();
+ return TDEApplication::random();
}
void NodeList::slotNodeAdded(TreeNode* node)