~ubuntu-branches/ubuntu/quantal/kdepim/quantal

« back to all changes in this revision

Viewing changes to kmail/kmcomposewin.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Kolberg
  • Date: 2011-09-03 13:01:43 UTC
  • mfrom: (0.2.14)
  • Revision ID: package-import@ubuntu.com-20110903130143-5mmx3goibh8sgt9t
Tags: 4:4.7.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
class KUrl;
72
72
class KRecentFilesAction;
73
73
class SnippetWidget;
 
74
class KMSubjectLineEdit;
74
75
 
75
76
namespace boost {
76
77
  template <typename T> class shared_ptr;
359
360
    /**
360
361
     * Change window title to given string.
361
362
     */
362
 
    void slotUpdWinTitle( const QString & );
 
363
    void slotUpdWinTitle();
363
364
 
364
365
    /**
365
366
     * Switch the icon to lock or unlock respectivly.
459
460
                            QLabel *aLbl, KLineEdit *aEdt,
460
461
                            QPushButton *aBtn = 0 );
461
462
 
 
463
    void rethinkHeaderLine( int aValue, int aMask, int &aRow,
 
464
                            QLabel *aLbl, KMSubjectLineEdit *aEdt,
 
465
                            QPushButton *aBtn = 0 );
 
466
 
462
467
    void rethinkHeaderLine( int value, int mask, int &row,
463
468
                            QLabel *lbl, QComboBox *cbx, QCheckBox *chk ); // krazy:exclude=qclasses
464
469
 
549
554
    void doDelayedSend( MessageSender::SendMethod method, MessageSender::SaveIn saveIn );
550
555
 
551
556
    void changeCryptoAction();
 
557
    void applyComposerSetting( Message::ComposerViewBase* mComposerBase );
552
558
 
553
559
 
554
560
  private slots:
561
567
    Sonnet::DictionaryComboBox *mDictionaryCombo;
562
568
    Akonadi::CollectionComboBox *mFcc;
563
569
    MessageComposer::ComposerLineEdit *mEdtFrom, *mEdtReplyTo;
564
 
    MessageComposer::ComposerLineEdit *mEdtSubject;
 
570
    KMSubjectLineEdit *mEdtSubject;
565
571
    QLabel    *mLblIdentity, *mLblTransport, *mLblFcc;
566
572
    QLabel    *mLblFrom, *mLblReplyTo;
567
573
    QLabel    *mLblSubject;