From d6d75dc9ff326e0bd6fc673adae71d53277fb8e4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:23:08 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- akregator/src/nodelist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'akregator/src/nodelist.cpp') diff --git a/akregator/src/nodelist.cpp b/akregator/src/nodelist.cpp index e79acb20d..4af5def2b 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) -- cgit v1.2.1