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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kile/tabulardialog.h b/src/kile/tabulardialog.h
index 5c0ecdf..a0f7532 100644
--- a/src/kile/tabulardialog.h
+++ b/src/kile/tabulardialog.h
@@ -86,7 +86,7 @@ namespace TabularCell
class TabCellFrame : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -107,7 +107,7 @@ private:
class TabCellDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -160,7 +160,7 @@ public:
class TabularDialog;
class TabularTable : public TQTable
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -256,7 +256,7 @@ protected:
class TabularDialog : public Wizard
{
- Q_OBJECT
+ TQ_OBJECT
public: