summaryrefslogtreecommitdiffstats
path: root/src/otrpreferences.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:19 -0600
commit9f51f088d1c9b4ad562f6e1107b2ccb3159b44ce (patch)
tree2bbbaf78ec36e8ee0af8111cc22276d736a632db /src/otrpreferences.h
parent90f25c94c32ef0fcb95fbf3c460161f3009d79bb (diff)
downloadkopete-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.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;