[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kate/app
From:       Christoph Cullmann <cullmann () kde ! org>
Date:       2005-04-24 16:58:57
Message-ID: 20050424165857.160DF62B () office ! kde ! org
[Download RAW message or body]

CVS commit by cullmann: 

remove not needed action members


  M +2 -2      katemainwindow.cpp   1.307
  M +1 -5      katemainwindow.h   1.102


--- kdebase/kate/app/katemainwindow.cpp  #1.306:1.307
@@ -276,5 +276,5 @@ void KateMainWindow::setupActions()
   }
 
-  showFullScreenAction = KStdAction::fullScreen( 0, 0, actionCollection(),this);
+  KToggleAction* showFullScreenAction = KStdAction::fullScreen( 0, 0, \
actionCollection(),this);  connect( showFullScreenAction,SIGNAL(toggled(bool)), \
this,SLOT(slotFullScreen(bool)));  
@@ -290,5 +290,5 @@ void KateMainWindow::setupActions()
   a->setWhatsThis(i18n("Configure which items should appear in the toolbar(s)."));
 
-  settingsConfigure = KStdAction::preferences(this, SLOT(slotConfigure()), \
actionCollection(), "settings_configure"); +  KAction* settingsConfigure = \
KStdAction::preferences(this, SLOT(slotConfigure()), actionCollection(), \
"settings_configure");  settingsConfigure->setWhatsThis(i18n("Configure various \
aspects of this application and the editing component."));  

--- kdebase/kate/app/katemainwindow.h  #1.101:1.102
@@ -198,7 +198,4 @@ class KateMainWindow : public KateMDI::M
     KToggleAction* settingsShowFilelist;
     KToggleAction* settingsShowFileselector;
-    KToggleAction* showFullScreenAction;
-
-    KAction* settingsConfigure;
 
     KActionMenu *scriptMenu;
@@ -213,5 +210,4 @@ class KateMainWindow : public KateMDI::M
 
 #endif
-// kate: space-indent on; indent-width 2; replace-tabs on;
-
 
+// kate: space-indent on; indent-width 2; replace-tabs on;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic