From 58229b7f2f011bb94adadea107eff15e929ccb3c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:31:03 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- app_templates/kdeapp/src/kdeapp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app_templates/kdeapp') diff --git a/app_templates/kdeapp/src/kdeapp.py b/app_templates/kdeapp/src/kdeapp.py index 12c30bd..2aa4899 100755 --- a/app_templates/kdeapp/src/kdeapp.py +++ b/app_templates/kdeapp/src/kdeapp.py @@ -223,13 +223,13 @@ class KdeApp(KMainWindow): def optionsConfigureToolbars(self): # use the standard toolbar editor - self.saveMainWindowSettings(KGlobal.config()) + self.saveMainWindowSettings(TDEGlobal.config()) def newToolbarConfig(self): # this slot is called when user clicks "Ok" or "Apply" in the toolbar editor. # recreate our GUI, and re-apply the settings (e.g. "text under icons", etc.) self.createGUI() - self.applyMainWindowSettings(KGlobal.config()) + self.applyMainWindowSettings(TDEGlobal.config()) def changeStatusbar(self,text): # display the text on the statusbar -- cgit v1.2.1