ossp-pkg/as/as-gui/as_slot.cpp 1.28 -> 1.29
--- as_slot.cpp 2002/11/28 20:44:36 1.28
+++ as_slot.cpp 2002/12/02 13:25:36 1.29
@@ -35,14 +35,14 @@
#include <qregexp.h>
// User interface
-#include "titraq.h" // Main classes
-#include "titrex.h" // Exception classes
-#include "titabitem.h" // For our custom table items
-#include "generic.h" // Generic classes
+#include "as_gui.h" // Main classes
+#include "as_except.h" // Exception classes
+#include "as_tableitem.h" // For our custom table items
+#include "as_generic.h" // Generic classes
// Icon pixel maps
-#include "gfx/cwlogo.xpm" // static const char *s_kpcCwlogo_xpm[]
-#include "gfx/ossplogo.xpm" // static const char *s_kpcOssplogo_xpm[]
+#include "as_gfx/cwlogo.xpm" // static const char *s_kpcCwlogo_xpm[]
+#include "as_gfx/ossplogo.xpm" // static const char *s_kpcOssplogo_xpm[]
//
|
|