|
|
|
@ -29,8 +29,8 @@
|
|
|
|
|
#include "kdiff3.h"
|
|
|
|
|
#include "fileaccess.h"
|
|
|
|
|
|
|
|
|
|
#include <kmessagebox.h>
|
|
|
|
|
#include <klocale.h>
|
|
|
|
|
#include <tdemessagebox.h>
|
|
|
|
|
#include <tdelocale.h>
|
|
|
|
|
#include <iostream>
|
|
|
|
|
|
|
|
|
|
#include "version.h"
|
|
|
|
@ -252,7 +252,7 @@ bool KDiff3Part::saveFile()
|
|
|
|
|
// It's usually safe to leave the factory code alone.. with the
|
|
|
|
|
// notable exception of the TDEAboutData data
|
|
|
|
|
#include <tdeaboutdata.h>
|
|
|
|
|
#include <klocale.h>
|
|
|
|
|
#include <tdelocale.h>
|
|
|
|
|
|
|
|
|
|
TDEInstance* KDiff3PartFactory::s_instance = 0L;
|
|
|
|
|
TDEAboutData* KDiff3PartFactory::s_about = 0L;
|
|
|
|
|