summaryrefslogtreecommitdiffstats
path: root/src/otrpreferences.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-19 11:39:03 -0600
committerSlávek Banko <[email protected]>2012-07-31 02:02:55 +0200
commit84de8725823198f350717db34dda4c434a360e16 (patch)
treee6262cbc6b76b35ccb27dba710d0d193ed831fa4 /src/otrpreferences.h
parent01c140421fbb7e81e2a80c519b2a7b3c46a1cb4a (diff)
downloadkopete-otr-84de8725823198f350717db34dda4c434a360e16.tar.gz
kopete-otr-84de8725823198f350717db34dda4c434a360e16.zip
Remove additional unneeded tq method conversions
(cherry picked from commit b860acda13e142d73b93abc3444dcbd13f04d963)
Diffstat (limited to 'src/otrpreferences.h')
-rw-r--r--src/otrpreferences.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otrpreferences.h b/src/otrpreferences.h
index 00f8946..262e132 100644
--- a/src/otrpreferences.h
+++ b/src/otrpreferences.h
@@ -56,7 +56,7 @@ private slots: // Public slots
class TQAlignTableItem : public TQTableItem {
public :
- TQAlignTableItem(TQTable *table, EditType editType, const TQString& text, int tqalignment);
+ TQAlignTableItem(TQTable *table, EditType editType, const TQString& text, int alignment);
private :
int align;