|
|
|
@ -29,8 +29,8 @@
|
|
|
|
|
|
|
|
|
|
// KDE includes
|
|
|
|
|
#include <dcopclient.h>
|
|
|
|
|
#include <kaboutdata.h>
|
|
|
|
|
#include <kapplication.h>
|
|
|
|
|
#include <tdeaboutdata.h>
|
|
|
|
|
#include <tdeapplication.h>
|
|
|
|
|
#include <tdeconfigdialog.h>
|
|
|
|
|
#include <kdebug.h>
|
|
|
|
|
#include <kedittoolbar.h>
|
|
|
|
@ -767,7 +767,7 @@ void MainDlg::resetZoom()
|
|
|
|
|
|
|
|
|
|
// It's usually safe to leave the factory code alone.. with the
|
|
|
|
|
// notable exception of the TDEAboutData data
|
|
|
|
|
#include <kaboutdata.h>
|
|
|
|
|
#include <tdeaboutdata.h>
|
|
|
|
|
#include <klocale.h>
|
|
|
|
|
|
|
|
|
|
TDEInstance* KmPlotPartFactory::s_instance = 0L;
|
|
|
|
|