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

List:       kde-commits
Subject:    playground/pim/kcall/kcall
From:       Tobias Hunger <tobias.hunger () basyskom ! de>
Date:       2007-07-22 17:35:30
Message-ID: 1185125730.301742.30190.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 690993 by hunger:

Export symbols to make the linker happy.


 M  +2 -1      decibeldialer.h  
 M  +3 -2      kcallview.h  


--- trunk/playground/pim/kcall/kcall/decibeldialer.h #690992:690993
@@ -19,6 +19,7 @@
 #ifndef DECIBELDIALER_H
 #define DECIBELDIALER_H
 
+#include "kcall_export.h"
 #include <QtCore/QObject>
 
 namespace QtTapioca
@@ -34,7 +35,7 @@
  *
  * @author Tobias Hunger <info@basyskom.de>
  */
-class DecibelDialer : public QObject
+class KCALL_EXPORT DecibelDialer : public QObject
 {
     Q_OBJECT
 
--- trunk/playground/pim/kcall/kcall/kcallview.h #690992:690993
@@ -26,6 +26,7 @@
 #include <QListView>
 #include <QPixmap>
 
+#include "kcall_export.h"
 #include "ui_kcallview.h"
 
 #include "vcardview.h"
@@ -37,14 +38,14 @@
 class Q3ListViewItem;
 class HistoryProvider;
 
-struct CallDesc
+struct KCALL_EXPORT CallDesc
 {
     QString subject;
     QString callerUser;
     CallStatus status;
 };
 
-class KCallView : public QWidget
+class KCALL_EXPORT KCallView : public QWidget
 {
     Q_OBJECT
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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