[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kopete/libkopete/ui
From:       Carsten Pfeiffer <carpdjih () mailbox ! tu-berlin ! de>
Date:       2003-04-26 12:19:38
[Download RAW message or body]

CVS commit by pfeiffer: 

link fixes


  M +1 -1      Makefile.am   1.80
  M +2 -0      addcontactpage.cpp   1.9
  M +4 -2      addcontactpage.h   1.12


--- kdenonbeta/kopete/libkopete/ui/Makefile.am  #1.79:1.80
@@ -15,5 +15,5 @@
 libkopeteui_la_LDFLAGS = $(all_libraries)
 libkopeteui_la_LIBADD = ../private/libkopeteprivate.la \
-        $(LIB_KDEUI) $(LIB_KHTML) $(LIB_KIO) $(LIBXML_LIBS) $(LIBXSLT_LIBS)
+        $(LIB_KHTML) $(LIBXML_LIBS) $(LIBXSLT_LIBS)
 
 

--- kdenonbeta/kopete/libkopete/ui/addcontactpage.cpp  #1.8:1.9
@@ -27,4 +27,6 @@ AddContactPage::~AddContactPage()
 }
 
+#include "addcontactpage.moc"
+
 /*
  * Local variables:

--- kdenonbeta/kopete/libkopete/ui/addcontactpage.h  #1.11:1.12
@@ -29,7 +29,9 @@
 class AddContactPage : public QWidget
 {
+Q_OBJECT
+
 public:
         AddContactPage(QWidget *parent=0, const char *name=0);
-        ~AddContactPage();
+        virtual ~AddContactPage();
         //KopeteProtocol *protocol;
 
@@ -44,5 +46,5 @@ public:
          * return false if the contact has not been added
          */
-        virtual bool apply(KopeteAccount * , KopeteMetaContact *) = 0L;
+        virtual bool apply(KopeteAccount * , KopeteMetaContact *) = 0;
 
 };


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic