From 940c092f32d40263ad6b24f948eaf4c48b01e99a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:13:25 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- juk/actioncollection.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'juk/actioncollection.cpp') diff --git a/juk/actioncollection.cpp b/juk/actioncollection.cpp index 6290d6ee..6ec753fd 100644 --- a/juk/actioncollection.cpp +++ b/juk/actioncollection.cpp @@ -20,19 +20,19 @@ namespace ActionCollection { - KActionCollection *actions() + TDEActionCollection *actions() { - static KActionCollection *a = - new KActionCollection(static_cast(0), "JuK Action Collection"); + static TDEActionCollection *a = + new TDEActionCollection(static_cast(0), "JuK Action Collection"); return a; } - KAction *action(const char *key) + TDEAction *action(const char *key) { #ifndef NO_DEBUG - KAction *a = actions()->action(key); + TDEAction *a = actions()->action(key); if(!a) - kdWarning(65432) << "KAction \"" << key << "\" is not defined yet." << endl; + kdWarning(65432) << "TDEAction \"" << key << "\" is not defined yet." << endl; return a; #else return actions()->action(key); -- cgit v1.2.1