OSSP CVS Repository

ossp - Difference in ossp-pkg/as/as-gui/as_slot.cpp versions 1.4 and 1.5
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/as/as-gui/as_slot.cpp 1.4 -> 1.5

--- as_slot.cpp  2002/11/19 20:29:08     1.4
+++ as_slot.cpp  2002/11/20 11:06:32     1.5
@@ -6,6 +6,10 @@
 #include "titraq.h"             // Main classes
 #include "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[]
+
 
 //
 // Add a blank row entry to the current data window
@@ -240,9 +244,18 @@
 }
 
 //
+// Get help on Titraq functionality
+//
+void Titraqform::helpContents(void)
+{
+    Prototype Unimp;
+    Unimp.doMbox();
+}
+
+//
 // Learn more about this program itself
 //
-void Titraqform::about(void)
+void Titraqform::aboutTitraq(void)
 {
     QMessageBox *pCwmsg = new QMessageBox("OSSP titraq",
         QObject::trUtf8("OSSP titraq is a time and task-based\n"
@@ -254,7 +267,7 @@
         QMessageBox::NoButton, QMessageBox::NoButton,
         NULL, "Titraqmessage", true, Qt::WStyle_NormalBorder);
 
-    pCwmsg->setIconPixmap(QPixmap(*m_pCwlogo));
+    pCwmsg->setIconPixmap(QPixmap(s_kpcCwlogo_xpm));
     pCwmsg->exec();
 }
 
@@ -274,7 +287,7 @@
         QMessageBox::NoButton, QMessageBox::NoButton,
         NULL, "Osspmessage", true, Qt::WStyle_NormalBorder);
 
-    pOsspmsg->setIconPixmap(QPixmap(*m_pOssplogo));
+    pOsspmsg->setIconPixmap(QPixmap(s_kpcOssplogo_xpm));
     pOsspmsg->exec();
 }
 

CVSTrac 2.0.1