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

List:       kde-commits
Subject:    koffice/kplato
From:       Raphael Langerhorst <raphael-langerhorst () gmx ! at>
Date:       2005-06-26 19:24:08
Message-ID: 1119813848.515348.18083.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 429159 by raphael:

Next stab at fixing KPlato compilation,
Kugar moved some includes around without
documenting all in the CHANGELOG...


 M  +2 -2      kptreportview.cc  
 M  +6 -2      kptreportview.h  


--- trunk/koffice/kplato/kptreportview.cc #429158:429159
@@ -23,7 +23,7 @@
 #include "kptpart.h"
 #include "kptcontext.h"
 
-#include <kreportviewer.h>
+#include <mreportviewer.h>
 
 #include <koStoreDevice.h>
 
@@ -144,7 +144,7 @@
 {
     //kdDebug()<<k_funcinfo<<endl;
     QVBoxLayout *layout = new QVBoxLayout(this);
-    m_reportview = new KReportViewer(this);
+    m_reportview = new Kugar::MReportViewer(this);
     layout->add(m_reportview);
 
 	//connect(m_reportview,SIGNAL(preferedTemplate(const QString &)), \
                SLOT(slotPreferredTemplate(const QString &)));
--- trunk/koffice/kplato/kptreportview.h #429158:429159
@@ -29,8 +29,12 @@
 
 class KAction;
 class KPrinter;
-class KReportViewer;
 
+namespace Kugar
+{
+  class MReportViewer;
+}
+
 //class QString;
 class QStringList;
 class QDomDocument;
@@ -95,7 +99,7 @@
 
 private:
     KPTView *m_mainview;
-    KReportViewer *m_reportview;
+    Kugar::MReportViewer *m_reportview;
     int m_defaultFontSize;
 
     QDomDocument templateDoc;


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

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