diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:32:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:32:19 -0600 |
commit | 9f51f088d1c9b4ad562f6e1107b2ccb3159b44ce (patch) | |
tree | 2bbbaf78ec36e8ee0af8111cc22276d736a632db /src/otrpreferences.h | |
parent | 90f25c94c32ef0fcb95fbf3c460161f3009d79bb (diff) | |
download | kopete-otr-9f51f088d1c9b4ad562f6e1107b2ccb3159b44ce.tar.gz kopete-otr-9f51f088d1c9b4ad562f6e1107b2ccb3159b44ce.zip |
Rename a number of old tq methods that are no longer tq specific
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 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; |