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

List:       kde-commits
Subject:    koffice/kexi/plugins
From:       Sebastian Sauer <mail () dipe ! org>
Date:       2006-08-07 19:06:14
Message-ID: 1154977574.618552.29426.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 570805 by sebsauer:

port r570804;
compile.


 M  +2 -2      scripting/kexidb/kexidbdriver.cpp  
 M  +1 -1      tables/kexitabledesignerview.h  
 M  +1 -1      tables/kexitabledesignerview_p.h  


--- trunk/koffice/kexi/plugins/scripting/kexidb/kexidbdriver.cpp #570804:570805
@@ -60,8 +60,8 @@
 }
 
 bool KexiDBDriver::isValid() { return m_driver->isValid(); }
-int KexiDBDriver::versionMajor() { return m_driver->versionMajor(); }
-int KexiDBDriver::versionMinor() { return m_driver->versionMinor(); }
+int KexiDBDriver::versionMajor() { return m_driver->version().major; }
+int KexiDBDriver::versionMinor() { return m_driver->version().minor; }
 QString KexiDBDriver::escapeString(const QString& s) { return m_driver->escapeString(s); }
 bool KexiDBDriver::isFileDriver() { return m_driver->isFileDriver(); }
 QString KexiDBDriver::fileDBDriverMimeType() { return m_driver->fileDBDriverMimeType(); }
--- trunk/koffice/kexi/plugins/tables/kexitabledesignerview.h #570804:570805
@@ -96,7 +96,7 @@
 		/*! Changes property \a propertyName to \a newValue for a field at row \a row.
 		 If \a listData is not NULL and not empty, a deep copy of it is passed to Property::setListData().
 		 If \a listData \a nlist if not NULL but empty, Property::setListData(0) is called. */
-		virtual void KexiTableDesignerView::changeFieldPropertyForRow( int row,
+		virtual void changeFieldPropertyForRow( int row,
 		 const QCString& propertyName, const QVariant& newValue, 
 		 KoProperty::Property::ListData* const listData, bool addCommand );
 
--- trunk/koffice/kexi/plugins/tables/kexitabledesignerview_p.h #570804:570805
@@ -94,7 +94,7 @@
 			QStringList* const slist = 0, QStringList* const nlist = 0);
 
 		/*! Like above but allows to specify \a oldValue. */
-		void KexiTableDesignerViewPrivate::setPropertyValueIfNeeded( 
+		void setPropertyValueIfNeeded( 
 			const KoProperty::Set& set, const QCString& propertyName, 
 			const QVariant& newValue, const QVariant& oldValue, CommandGroup* commandGroup, 
 			bool forceAddCommand = false, bool rememberOldValue = true,
[prev in list] [next in list] [prev in thread] [next in thread] 

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