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

List:       kde-commits
Subject:    koffice/kexi/formeditor
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2004-04-30 18:44:55
Message-ID: 20040430184455.773029A75 () office ! kde ! org
[Download RAW message or body]

CVS commit by staniek: 

compile fix for QKW


  M +1 -1      formmanager.cpp   1.36
  M +1 -1      test/kfmview.cpp   1.17


--- koffice/kexi/formeditor/formmanager.cpp  #1.35:1.36
@@ -33,5 +33,5 @@
 
 #include <kdeversion.h>
-#if KDE_IS_VERSION(3,1,9)
+#if KDE_IS_VERSION(3,1,9) && !defined(Q_WS_WIN)
 # include <kactioncollection.h>
 #endif

--- koffice/kexi/formeditor/test/kfmview.cpp  #1.16:1.17
@@ -61,5 +61,5 @@ KFMView::KFMView()
         KStdAction::quit( KApplication::kApplication(), SLOT(quit()), actionCollection());
         KStdAction::printPreview(this, SLOT(slotPreviewForm()), actionCollection());
-#if KDE_IS_VERSION(3,1,9)
+#if KDE_IS_VERSION(3,1,9) && !defined(Q_WS_WIN)
         KStdAction::clear(manager, SLOT(deleteWidget()), actionCollection());
 #else


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

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