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

List:       kde-commits
Subject:    koffice/kexi/kexidb
From:       Jarosław Staniek <staniek () kde ! org>
Date:       2009-08-09 14:43:27
Message-ID: 1249829007.392506.3491.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1009264 by staniek:

compile: fix options


 M  +1 -1      msghandler.cpp  
 M  +1 -1      msghandler.h  
 M  +1 -1      object.cpp  
 M  +1 -1      object.h  


--- trunk/koffice/kexi/kexidb/msghandler.cpp #1009263:1009264
@@ -50,7 +50,7 @@
                                 const KGuiItem &buttonYes,
                                 const KGuiItem &buttonNo,
                                 const QString &dontShowAskAgainName,
-                                int options)
+                                KMessageBox::Options options)
 {
     Q_UNUSED(message);
     Q_UNUSED(dlgType);
--- trunk/koffice/kexi/kexidb/msghandler.h #1009263:1009264
@@ -89,7 +89,7 @@
                             const KGuiItem &buttonYes = KStandardGuiItem::yes(),
                             const KGuiItem &buttonNo = KStandardGuiItem::no(),
                             const QString &dontShowAskAgainName = QString(),
-                            int options = KMessageBox::Notify);
+                            KMessageBox::Options options = KMessageBox::Notify);
 
 protected:
     QPointer<QWidget> m_messageHandlerParentWidget;
--- trunk/koffice/kexi/kexidb/object.cpp #1009263:1009264
@@ -175,7 +175,7 @@
                         const KGuiItem &buttonYes,
                         const KGuiItem &buttonNo,
                         const QString &dontShowAskAgainName,
-                        int options,
+                        KMessageBox::Options options,
                         MessageHandler* msgHandler)
 {
     if (msgHandler)
--- trunk/koffice/kexi/kexidb/object.h #1009263:1009264
@@ -161,7 +161,7 @@
                             const KGuiItem &buttonYes = KStandardGuiItem::yes(),
                             const KGuiItem &buttonNo = KStandardGuiItem::no(),
                             const QString &dontShowAskAgainName = QString(),
-                            int options = KMessageBox::Notify,
+                            KMessageBox::Options options = KMessageBox::Notify,
                             MessageHandler* msgHandler = 0);
 
     /*! Clears number of last server operation's result stored
[prev in list] [next in list] [prev in thread] [next in thread] 

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