summaryrefslogtreecommitdiffstats
path: root/src/otrpreferences.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:01 -0600
commit79e320ac2390400ace1779f77b280accfdcbd393 (patch)
treef208b54c81d1b8a42996ab9d9009d85251a17684 /src/otrpreferences.h
parent9f51f088d1c9b4ad562f6e1107b2ccb3159b44ce (diff)
downloadkopete-otr-79e320ac2390400ace1779f77b280accfdcbd393.tar.gz
kopete-otr-79e320ac2390400ace1779f77b280accfdcbd393.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 9f51f088d1c9b4ad562f6e1107b2ccb3159b44ce.
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 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;