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

List:       kde-commits
Subject:    koffice/kexi/kexidb/drivers/mySQL
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2004-12-22 22:14:01
Message-ID: 20041222221401.1352F1BAF2 () office ! kde ! org
[Download RAW message or body]

CVS commit by staniek: 

export macro fixed


  M +1 -1      mysqlconnection.h   1.14
  M +1 -1      mysqlcursor.h   1.16
  M +1 -1      mysqldriver.h   1.14


--- koffice/kexi/kexidb/drivers/mySQL/mysqlconnection.h  #1.13:1.14
@@ -38,5 +38,5 @@ class MySqlConnectionInternal;
  * base class.
  */
-class KEXIDB_MYSQL_DRIVER_EXPORT MySqlConnection : public Connection
+class KDE_EXPORT MySqlConnection : public Connection
 {
         Q_OBJECT

--- koffice/kexi/kexidb/drivers/mySQL/mysqlcursor.h  #1.15:1.16
@@ -28,5 +28,5 @@ namespace KexiDB {
 class MySqlCursorData;
 
-class KEXIDB_MYSQL_DRIVER_EXPORT MySqlCursor: public Cursor {
+class KDE_EXPORT MySqlCursor: public Cursor {
 public:
         MySqlCursor(Connection* conn, const QString& statement = QString::null, uint \
cursor_options = NoOptions );

--- koffice/kexi/kexidb/drivers/mySQL/mysqldriver.h  #1.13:1.14
@@ -28,5 +28,5 @@ namespace KexiDB {
 
 //! MySQL database driver.
-class KEXIDB_MYSQL_DRIVER_EXPORT MySqlDriver : public Driver
+class KDE_EXPORT MySqlDriver : public Driver
 {
         Q_OBJECT


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

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