From da1522385e5367bae56b90fac55c4355e475905b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:38:54 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- languages/java/app_templates/kappjava/app.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'languages/java/app_templates') diff --git a/languages/java/app_templates/kappjava/app.java b/languages/java/app_templates/kappjava/app.java index 5822f563..d6424f73 100644 --- a/languages/java/app_templates/kappjava/app.java +++ b/languages/java/app_templates/kappjava/app.java @@ -93,7 +93,7 @@ public void setupActions() actionCollection(), "custom_action"); } -protected void saveProperties(KConfig config) +protected void saveProperties(TDEConfig config) { // the 'config' object points to the session managed // config file. anything you write here will be available @@ -103,7 +103,7 @@ protected void saveProperties(KConfig config) config.writeEntry("lastURL", m_view.currentURL()); } -protected void readProperties(KConfig config) +protected void readProperties(TDEConfig config) { // the 'config' object points to the session managed // config file. this function is automatically called whenever -- cgit v1.2.1