ossp-pkg/as/as-gui/as_table.h 1.4 -> 1.5
--- as_table.h 2002/12/03 17:05:11 1.4
+++ as_table.h 2002/12/04 17:31:20 1.5
@@ -42,8 +42,8 @@
// Try to match QTable's default constructor with an initializer list
TiTable(QWidget *pParent = 0, const char *szName = 0) : QTable(pParent, szName)
{
- horizontalHeader()->installEventFilter(this);
- setEdition(); // Reset edition state
+ this->installEventFilter(this);
+ this->setEdition(); // Reset edition state
};
bool eventFilter(QObject *, QEvent *);
|
|