diff options
Diffstat (limited to 'src/otrpreferences.h')
-rw-r--r-- | src/otrpreferences.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otrpreferences.h b/src/otrpreferences.h index 262e132..00f8946 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 alignment); + TQAlignTableItem(TQTable *table, EditType editType, const TQString& text, int tqalignment); private : int align; |