ossp-pkg/as/as-gui/as_assist.cpp 1.37 -> 1.38
--- as_assist.cpp 2002/11/28 20:44:36 1.37
+++ as_assist.cpp 2002/12/02 13:25:36 1.38
@@ -46,21 +46,21 @@
#include <qcursor.h>
// User interface
-#include "titraq.h" // Main classes
-#include "titrex.h" // Exception classes
-#include "titamount.h" // AmountBox class
+#include "as_gui.h" // Main classes
+#include "as_except.h" // Exception classes
+#include "as_amount.h" // AmountBox class
// Icon pixel maps
-#include "gfx/filenew.xpm" // static const char *s_kpcFilenew_xpm[]
-#include "gfx/fileopen.xpm" // static const char *s_kpcFileopen_xpm[]
-#include "gfx/filesave.xpm" // static const char *s_kpcFilesave_xpm[]
-#include "gfx/cut.xpm" // static const char *s_kpcCut_xpm[]
-#include "gfx/copy.xpm" // static const char *s_kpcCopy_xpm[]
-#include "gfx/paste.xpm" // static const char *s_kpcPaste_xpm[]
-#include "gfx/rowadd.xpm" // static const char *s_kpcRowadd_xpm[]
-#include "gfx/rowdel.xpm" // static const char *s_kpcRowdel_xpm[]
-#include "gfx/osspicon.xpm" // static const char *s_kpcOsspicon_xpm[]
-#include "gfx/whatsthis.xpm" // static const char *s_kpcWhatsthis_xpm[]
+#include "as_gfx/filenew.xpm" // static const char *s_kpcFilenew_xpm[]
+#include "as_gfx/fileopen.xpm" // static const char *s_kpcFileopen_xpm[]
+#include "as_gfx/filesave.xpm" // static const char *s_kpcFilesave_xpm[]
+#include "as_gfx/cut.xpm" // static const char *s_kpcCut_xpm[]
+#include "as_gfx/copy.xpm" // static const char *s_kpcCopy_xpm[]
+#include "as_gfx/paste.xpm" // static const char *s_kpcPaste_xpm[]
+#include "as_gfx/rowadd.xpm" // static const char *s_kpcRowadd_xpm[]
+#include "as_gfx/rowdel.xpm" // static const char *s_kpcRowdel_xpm[]
+#include "as_gfx/osspicon.xpm" // static const char *s_kpcOsspicon_xpm[]
+#include "as_gfx/whatsthis.xpm" // static const char *s_kpcWhatsthis_xpm[]
//
|
|