summaryrefslogtreecommitdiffstats
path: root/src/otrpreferences.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:39:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:39:03 -0600
commitb860acda13e142d73b93abc3444dcbd13f04d963 (patch)
tree8c0371777f4991e2902b1cbcbc2876795e75279b /src/otrpreferences.h
parent96f6451b9589e8c26602b466604164770977ab15 (diff)
downloadkopete-otr-b860acda13e142d73b93abc3444dcbd13f04d963.tar.gz
kopete-otr-b860acda13e142d73b93abc3444dcbd13f04d963.zip
Remove additional unneeded tq method conversions
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;