ossp-pkg/as/as-gui/as_gui.h 1.35 -> 1.36
--- as_gui.h 2002/11/28 20:44:36 1.35
+++ as_gui.h 2002/12/02 13:25:36 1.36
@@ -29,8 +29,8 @@
// titraq.h: ISO C++ interface
//
-#ifndef TITRAQMWIN_H
-#define TITRAQMWIN_H
+#ifndef AS_GUI_MWIN_H
+#define AS_GUI_MWIN_H
#include <qapplication.h>
#include <qmainwindow.h>
@@ -47,10 +47,10 @@
#include <qlayout.h>
#include <qfile.h>
-#include "titconst.h" // For general constants
-#include "titprefs.h" // For class Preferences
-#include "titamount.h" // For class AmountBox
-#include "titable.h" // For class TiTable
+#include "as_const.h" // For general constants
+#include "as_pref.h" // For class Preferences
+#include "as_amount.h" // For class AmountBox
+#include "as_table.h" // For class TiTable
// Intentional no operation
#define TITRAQ_NOP ((void)0)
@@ -191,4 +191,4 @@
void saveData(QTextStream &); // Save accounting data to stream
};
-#endif // TITRAQMWIN_H
+#endif // AS_GUI_MWIN_H
|
|