~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to apps/plasma/applets/folderview/iconview.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-07-31 17:52:40 UTC
  • mfrom: (1.1.31 upstream)
  • Revision ID: james.westby@ubuntu.com-20090731175240-vlmkqfc53k597soz
Tags: 4:4.3.0-0ubuntu1
* New upstream release
* Remove kubuntu_17_startup_notification.diff, applied upstream
* Add kubuntu_17_abort_string.diff, Closes LP: #389751

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
    void dropActionTriggered(QAction *action);
175
175
    void dropCompleted();
176
176
    void statResult(KJob *job);
 
177
    void repositionWidgetsManually();
177
178
 
178
179
private:
179
180
    void paintErrorMessage(QPainter *painter, const QRect &rect, const QString &message) const;
235
236
    KonqOperations *m_dropOperation;
236
237
    QActionGroup *m_dropActions;
237
238
    QPersistentModelIndex m_popupIndex;
 
239
    QPointer<QGraphicsProxyWidget> m_editorProxy;
238
240
};
239
241
 
240
242
#endif