|
From: <vz...@us...> - 2008-02-27 20:15:30
|
Revision: 19
http://kbarcode.svn.sourceforge.net/kbarcode/?rev=19&view=rev
Author: vzsolt
Date: 2008-02-27 12:15:27 -0800 (Wed, 27 Feb 2008)
Log Message:
-----------
Removed the header includes for DCOP.
Modified Paths:
--------------
trunk/src/batchwizard.h
trunk/src/kbarcode.h
trunk/src/labeleditor.h
trunk/src/tec.h
Modified: trunk/src/batchwizard.h
===================================================================
--- trunk/src/batchwizard.h 2008-02-27 19:31:52 UTC (rev 18)
+++ trunk/src/batchwizard.h 2008-02-27 20:15:27 UTC (rev 19)
@@ -19,8 +19,6 @@
#define BATCHWIZARD_H
#include <kwizard.h>
-#include "batchiface.h"
-//Added by qt3to4:
#include <QLabel>
class BatchPrinter;
Modified: trunk/src/kbarcode.h
===================================================================
--- trunk/src/kbarcode.h 2008-02-27 19:31:52 UTC (rev 18)
+++ trunk/src/kbarcode.h 2008-02-27 20:15:27 UTC (rev 19)
@@ -33,7 +33,6 @@
};
#include "mainwindow.h"
-#include "kbarcodeiface.h"
class KAction;
class KPushButton;
Modified: trunk/src/labeleditor.h
===================================================================
--- trunk/src/labeleditor.h 2008-02-27 19:31:52 UTC (rev 18)
+++ trunk/src/labeleditor.h 2008-02-27 20:15:27 UTC (rev 19)
@@ -27,7 +27,6 @@
#include "definition.h"
#include "mainwindow.h"
#include "xmlutils.h"
-#include "editoriface.h"
#include <kdialogbase.h>
#include <qdialog.h>
Modified: trunk/src/tec.h
===================================================================
--- trunk/src/tec.h 2008-02-27 19:31:52 UTC (rev 18)
+++ trunk/src/tec.h 2008-02-27 20:15:27 UTC (rev 19)
@@ -15,7 +15,6 @@
#include "labelutils.h"
#include "xmlutils.h"
#include "definition.h"
-#include "batchiface.h"
// Other includes
#include <stdlib.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|