|
|
@ -87,7 +87,7 @@ namespace TabularCell
|
|
|
|
class TabCellFrame : public TQFrame
|
|
|
|
class TabCellFrame : public TQFrame
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
Q_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
|
|
|
|
|
|
|
|
TabCellFrame(TQWidget* parent);
|
|
|
|
TabCellFrame(TQWidget* parent);
|
|
|
@ -108,7 +108,7 @@ private:
|
|
|
|
class TabCellDialog : public KDialogBase
|
|
|
|
class TabCellDialog : public KDialogBase
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
Q_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
TabCellDialog(TQWidget *parent, TabularCell::Data *data,
|
|
|
|
TabCellDialog(TQWidget *parent, TabularCell::Data *data,
|
|
|
@ -161,7 +161,7 @@ class TabularDialog;
|
|
|
|
class TabularTable : public TQTable
|
|
|
|
class TabularTable : public TQTable
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
Q_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
TabularTable(int numRows,int numCols,TQWidget* parent, TabularDialog *tabdialog);
|
|
|
|
TabularTable(int numRows,int numCols,TQWidget* parent, TabularDialog *tabdialog);
|
|
|
@ -257,7 +257,7 @@ protected:
|
|
|
|
class TabularDialog : public Wizard
|
|
|
|
class TabularDialog : public Wizard
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
Q_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
TabularDialog(TQWidget *parent, KConfig *config, KileDocument::LatexCommands *commands, bool tabularenv= true);
|
|
|
|
TabularDialog(TQWidget *parent, KConfig *config, KileDocument::LatexCommands *commands, bool tabularenv= true);
|
|
|
|