Check-in Number:
|
2874 | |
Date: |
2002-Nov-24 19:02:43 (local)
2002-Nov-24 18:02:43 (UTC) |
User: | ms |
Branch: | |
Comment: |
Correct build config after preferences integration. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/Makefile.in 1.15 -> 1.16
--- Makefile.in 2002/11/24 17:56:54 1.15
+++ Makefile.in 2002/11/24 18:02:43 1.16
@@ -65,9 +65,9 @@
TARGET_PROGS = titraq
TARGET_MANS = titraq.1 titraq.conf.5
-SRCS = main.cpp titraq.cpp titassist.cpp titslot.cpp tidatops.cpp titrex.cpp generic.cpp prefs.cpp titraq_version.c
+SRCS = main.cpp titraq.cpp titassist.cpp titslot.cpp tidatops.cpp titrex.cpp generic.cpp titprefs.cpp titraq_version.c
-OBJS = main.o titraq.o titassist.o titslot.o tidatops.o titrex.o generic.o prefs.o titraq_version.o
+OBJS = main.o titraq.o titassist.o titslot.o tidatops.o titrex.o generic.o titprefs.o titraq_version.o
GRAFX = gfx/ossplogo.xpm
|
|
ossp-pkg/as/as-gui/as_gui.h 1.19 -> 1.20
--- as_gui.h 2002/11/24 17:56:54 1.19
+++ as_gui.h 2002/11/24 18:02:43 1.20
@@ -16,7 +16,7 @@
#include <qlayout.h>
#include <qfile.h>
-#include "prefs.h"
+#include "titprefs.h"
#include "titconst.h"
// Intentional no operation
|
|