~ubuntu-branches/ubuntu/trusty/kdepimlibs/trusty

« back to all changes in this revision

Viewing changes to akonadi/itemview.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Philip Muškovac
  • Date: 2013-11-23 17:36:44 UTC
  • mfrom: (1.1.102)
  • Revision ID: package-import@ubuntu.com-20131123173644-p5ow94192ezsny8g
Tags: 4:4.11.80-0ubuntu1
[ Rohan Garg ]
* New upstream beta release
  - Bump akonadi requirement to 1.10.45
  - Update install files
  - Update symbols

[ Philip Muškovac ]
* kdepimlibs-dev/-dbg breaks/replaces kdepim-runtime/-dbg (<< 4:4.11.80)

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
     *                     Passing 0 is ok and will disable the builtin context menu.
78
78
     * @param parent The parent widget.
79
79
     */
80
 
    explicit KDE_DEPRECATED ItemView( KXmlGuiWindow *xmlGuiWindow, QWidget *parent = 0 );
 
80
    explicit AKONADI_DEPRECATED ItemView( KXmlGuiWindow *xmlGuiWindow, QWidget *parent = 0 );
81
81
 
82
82
    /**
83
83
     * Creates a new item view.
101
101
     *
102
102
     * @param xmlGuiWindow The KXmlGuiWindow this view is used in.
103
103
     */
104
 
    KDE_DEPRECATED void setXmlGuiWindow( KXmlGuiWindow *xmlGuiWindow );
 
104
    AKONADI_DEPRECATED void setXmlGuiWindow( KXmlGuiWindow *xmlGuiWindow );
105
105
 
106
106
    /**
107
107
     * Sets the KXMLGUIFactory which this view is used in.
111
111
     */
112
112
     void setXmlGuiClient( KXMLGUIClient *xmlGuiClient );
113
113
 
114
 
 
115
114
    virtual void setModel( QAbstractItemModel * model );
116
115
 
117
116
  Q_SIGNALS: