summaryrefslogtreecommitdiffstats
path: root/kmail/kmcomposewin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmcomposewin.h')
-rw-r--r--kmail/kmcomposewin.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/kmcomposewin.h b/kmail/kmcomposewin.h
index f38a8f682..30362e851 100644
--- a/kmail/kmcomposewin.h
+++ b/kmail/kmcomposewin.h
@@ -368,7 +368,7 @@ private slots:
/**
* XML-GUI stuff
*/
- void slotStatusMessage(const TQString &message);
+ void sloStatusMessage(const TQString &message);
void slotEditToolbars();
void slotUpdateToolbars();
void slotEditKeys();
@@ -502,7 +502,7 @@ private slots:
void slotFormatReset();
void slotTextColor();
void fontChanged( const TQFont & );
- void alignmentChanged( int );
+ void tqalignmentChanged( int );
public: // kmkernel, attachmentlistview
bool addAttach(const KURL url);
@@ -555,7 +555,7 @@ private:
const TQString &toolTip = TQString::null,
const TQString &whatsThis = TQString::null );
- void rethinkHeaderLine( int value, int mask, int& row,
+ void rethinkHeaderLine( int value, int tqmask, int& row,
TQLabel* lbl, TQComboBox* cbx, TQCheckBox *chk );
/**
@@ -671,7 +671,7 @@ private:
/**
* Decrypt an OpenPGP block or strip off the OpenPGP envelope of a text
* block with a clear text signature. This is only done if the given
- * string contains exactly one OpenPGP block.
+ * string tqcontains exactly one OpenPGP block.
* This function is for example used to restore the unencrypted/unsigned
* message text for editting.
*/