~ubuntu-branches/ubuntu/utopic/kde4libs/utopic

« back to all changes in this revision

Viewing changes to kdeui/widgets/ktoolbar.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-08-01 16:16:35 UTC
  • mfrom: (1.14.20)
  • Revision ID: package-import@ubuntu.com-20120801161635-qewual50h0fwfeju
Tags: 4:4.9.0a-0ubuntu1
New tar from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
    void addXMLGUIClient( KXMLGUIClient *client );
177
177
 
178
178
    /**
 
179
     * Removes an XML gui client that uses this toolbar
 
180
     * @since 4.8.5
 
181
     */
 
182
    void removeXMLGUIClient( KXMLGUIClient *client );
 
183
 
 
184
    /**
179
185
     * Load state from an XML @param element, called by KXMLGUIBuilder.
180
186
     */
181
187
    void loadState( const QDomElement &element );