summaryrefslogtreecommitdiffstats
path: root/src/kile/tabulardialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/tabulardialog.h')
-rw-r--r--src/kile/tabulardialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kile/tabulardialog.h b/src/kile/tabulardialog.h
index d1d3cb2..2d1465e 100644
--- a/src/kile/tabulardialog.h
+++ b/src/kile/tabulardialog.h
@@ -149,7 +149,7 @@ public:
TabularItem(TQTable* table);
TabularItem(TQTable* table, const TabularCell::Data &data);
- int alignment() const;
+ int tqalignment() const;
bool isDefault();
bool isMulticolumn();
@@ -167,7 +167,7 @@ public:
TabularTable(int numRows,int numCols,TQWidget* parent, TabularDialog *tabdialog);
void setText(int row,int col,const TQString &text);
- void setAlignment(int row,int col,int align);
+ void tqsetAlignment(int row,int col,int align);
TabularCell::Data defaultAttributes();
bool isMulticolumn(int row,int col);