Fix FTBFS with clang

This resolves bug 2897

Signed-off-by: Ray Vine <ray-v@inbox.lv>
pull/1/head
Ray Vine 6 years ago committed by Slávek Banko
parent e136c6bbf6
commit c4956ecd02

@ -23,7 +23,9 @@
#include <KoFilter.h>
class WRIDevice;
class MSWrite::InternalParser;
namespace MSWrite {
class InternalParser;
}
class KWordGenerator;
class MSWriteImport : public KoFilter

@ -38,7 +38,7 @@ using namespace KexiMigration;
int main(int argc, char *argv[])
{
TDEApplication app(argc, argv, "Kexi Migrate Test");
TDEApplication app(argc, argv, TQCString("Kexi Migrate Test"));
ImportWizard* iw = new ImportWizard();
iw->setGeometry(300,300,300,250);

@ -21,3 +21,5 @@ kde_services_DATA = kspreadscripting.desktop
kspreadrcdir = $(kde_datadir)/kspread/kpartplugins
kspreadrc_DATA = scripting.rc
KDE_CXXFLAGS = $(USE_EXCEPTIONS)

Loading…
Cancel
Save