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

List:       kde-commits
Subject:    kdenonbeta/kio_mhtml
From:       Spiros Georgaras <sngeorgaras () otenet ! gr>
Date:       2004-12-19 21:12:47
Message-ID: 20041219211247.667F91BA3A () office ! kde ! org
[Download RAW message or body]

CVS commit by sngeorgaras: 

A patch that cleans up the includes and fixes the Makefile.am
by Leo Savernik


  M +2 -0      Makefile.am   1.2
  M +24 -2     kmhtmlarchive.cpp   1.7
  M +6 -27     kmhtmlarchive.h   1.3
  M +2 -0      mhtml.cc   1.3


--- kdenonbeta/kio_mhtml/Makefile.am  #1.1:1.2
@@ -9,4 +9,6 @@
 kio_mhtml_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
 
+check_PROGRAMS = kmhtmltest
+EXTRA_PROGRAMS = kmhtmltest
 kmhtmltest_SOURCES = mhtmlrtest.cpp
 kmhtmltest_LDADD = $(LIB_KSYCOCA)

--- kdenonbeta/kio_mhtml/kmhtmlarchive.cpp  #1.6:1.7
@@ -19,6 +19,28 @@
  ***************************************************************************/
 
- #include <kmhtmlarchive.h>
- #include <qglobal.h>
+#include <sys/types.h>
+#include <sys/stat.h> 
+#include <unistd.h> 
+#include <grp.h>
+#include <pwd.h>
+#include <stdlib.h>
+
+#include <iostream>
+#include <kmimetype.h>
+#include <ksharedptr.h>
+#include <kmdcodec.h>
+#include <kmessagebox.h>
+#include <klocale.h>
+#include <ktempdir.h> 
+#include <kstandarddirs.h>
+#include <krun.h>
+#include <qdatastream.h>
+#include <qtextstream.h> 
+#include <qdir.h>
+#include <qregexp.h>
+#include <kdebug.h>
+
+#include <kmhtmlarchive.h>
+#include <qglobal.h>
 /*================================
 ================================*/

--- kdenonbeta/kio_mhtml/kmhtmlarchive.h  #1.2:1.3
@@ -21,33 +21,12 @@
 #define KMHTMLARCHIVE_H
 
-
-
-#include <sys/types.h> 
-#include <sys/stat.h> 
-#include <unistd.h> 
-#include <grp.h>
-#include <pwd.h>
-
-
-#include <iostream>
-#include <kmimetype.h>
-#include <ksharedptr.h>
-#include <kmdcodec.h>
-#include <kmessagebox.h>
-#include <klocale.h>
-#include <ktempdir.h> 
-#include <kstandarddirs.h>
-#include <qstring.h>
+#include <qobject.h>
 #include <qfile.h>
-//#include <ktar.h>
-#include <krun.h>
 #include <qcstring.h>
-#include <qdatastream.h>
-#include <qtextstream.h> 
-#include <qdir.h>
-#include <qfile.h>
-#include <qregexp.h>
-#include <qobject.h>
-#include <kdebug.h>
+#include <qstring.h>
+#include <qstringlist.h>
+
+class QDateTime;
+
 //================================
 class KmhtmlArchive: public QObject{

--- kdenonbeta/kio_mhtml/mhtml.cc  #1.2:1.3
@@ -28,4 +28,6 @@
 #include <kinstance.h>
 #include <kmimemagic.h>
+#include <qregexp.h>
+#include <kdebug.h>
 
 #include <errno.h> // to be removed


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

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