~ubuntu-branches/ubuntu/vivid/kdepim/vivid

« back to all changes in this revision

Viewing changes to kmail/kmmainwidget.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-02-06 11:49:08 UTC
  • mfrom: (0.2.38)
  • Revision ID: package-import@ubuntu.com-20130206114908-eb7adh9xp54jk7gi
Tags: 4:4.10.0a-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
class KMCommand;
55
55
class KMMoveCommand;
56
56
class KRecentFilesAction;
 
57
class QDBusPendingCallWatcher;
57
58
template <typename T, typename S> class QMap;
58
59
 
59
60
namespace KIO {
531
532
    void slotServerSideSubscription();
532
533
    void slotFetchItemsForFolderDone(KJob*job);
533
534
    void slotServerStateChanged(Akonadi::ServerManager::State state);
534
 
 
 
535
    void slotConfigureSubscriptionFinished(QDBusPendingCallWatcher* watcher);
535
536
private:
536
537
    // Message actions
537
538
    KAction *mDeleteAction, *mTrashThreadAction,