ossp-pkg/as/as-gui/as_assist.cpp 1.2 -> 1.3
--- as_assist.cpp 2002/11/18 23:34:17 1.2
+++ as_assist.cpp 2002/11/19 08:17:44 1.3
@@ -12,6 +12,7 @@
#include "titrex.h" // Exception classes
// Icon pixel maps
+#include "gfx/cw.xpm" // static const char *s_kpcCw_xpm[]
#include "gfx/ossplogo.xpm" // static const char *s_kpcOssplogo_xpm[]
#include "gfx/qtlogo.xpm" // static const char *s_kpcQtlogo_xpm[]
#include "gfx/filenew.xpm" // static const char *s_kpcFilenew_xpm[]
@@ -26,6 +27,7 @@
void Titraqform::setupIcons(void)
{
// Initialize icon images
+ m_pCwicon = new QImage(s_kpcCwlogo_xpm);
m_pOsspicon = new QImage(s_kpcOssplogo_xpm);
m_pQticon = new QImage(s_kpcQtlogo_xpm);
m_pNewicon = new QImage(s_kpcFilenew_xpm);
|
|