summaryrefslogtreecommitdiffstats
path: root/kmail/kmcomposewin.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-02-16 20:17:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-02-16 20:17:18 +0000
commitf4fae92b6768541e2952173c3d4b09040f95bf7e (patch)
treed8c5d93232235cd635f3310b4d95490df181ba2d /kmail/kmcomposewin.h
parent125c0a08265b75a133644d3b55f47e37c919f45d (diff)
downloadtdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.tar.gz
tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.zip
Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 f38a8f68..30362e85 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.
*/