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

List:       kde-commits
Subject:    kdegraphics/kpovmodeler
From:       Leon Pennington <leon () leonscape ! co ! uk>
Date:       2004-07-14 21:01:25
Message-ID: 20040714210125.3F8E047F () office ! kde ! org
[Download RAW message or body]

CVS commit by leonp: 

Diasbling the library.


  M +1 -1      pmpart.cpp   1.91
  M +1 -1      pmsettingsdialog.cpp   1.48
  M +6 -1      pmshell.cpp   1.41


--- kdegraphics/kpovmodeler/pmpart.cpp  #1.90:1.91
@@ -98,5 +98,5 @@ QTime PMDebugTime;
 #endif
 
-#define KPM_WITH_OBJECT_LIBRARY 1
+//#define KPM_WITH_OBJECT_LIBRARY
 
 PMPart::PMPart( QWidget* parentWidget, const char* widgetName,

--- kdegraphics/kpovmodeler/pmsettingsdialog.cpp  #1.47:1.48
@@ -39,5 +39,5 @@
 #include <kiconloader.h>
 
-#define KPM_WITH_OBJECT_LIBRARY 1
+//#define KPM_WITH_OBJECT_LIBRARY
 
 PMSettingsDialogPage::PMSettingsDialogPage( QWidget* parent, const char* name )

--- kdegraphics/kpovmodeler/pmshell.cpp  #1.40:1.41
@@ -42,4 +42,6 @@
 #include "pmviewlayoutmanager.h"
 
+//#define KPM_WITH_OBJECT_LIBRARY
+
 const int c_statusBarInfo = 0;
 const int c_statusBarControlPoints = 1;
@@ -148,7 +150,10 @@ void PMShell::setupActions( )
                              SLOT( slotNewDialogView( ) ), actionCollection( ),
                              "view_new_dialogview" );
+
+#ifdef KPM_WITH_OBJECT_LIBRARY
    m_pNewLibraryBrowserAction = new KAction( i18n( "New Library Browser" ), 0, this,
                                     SLOT( slotNewLibraryBrowserView( ) ), actionCollection( ),
                                     "view_new_librarybrowser" );
+#endif
 
    // Creating the view layouts menu


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

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