ossp-pkg/as/as-gui/as_gui.h 1.30 -> 1.31
--- as_gui.h 2002/11/26 22:22:53 1.30
+++ as_gui.h 2002/11/27 17:11:06 1.31
@@ -19,6 +19,7 @@
#include "titconst.h" // For general constants
#include "titprefs.h" // For class Preferences
#include "titamount.h" // For class AmountBox
+#include "titable.h" // For class TiTable
// Intentional no operation
#define TITRAQ_NOP ((void)0)
@@ -60,7 +61,7 @@
QAction *m_pPasteact, *m_pWritedataact;
// Table, cells, and entries in package layout
- QTable *m_pMaintable;
+ TiTable *m_pMaintable;
QHeader *m_pTablehead;
QStringList *m_pTaskentries;
|
|