|
|
|
@ -72,7 +72,7 @@
|
|
|
|
|
#include <knuminput.h>
|
|
|
|
|
#include <tqnamespace.h>
|
|
|
|
|
#include <kportview.h>
|
|
|
|
|
#include <tqdockwindow.h>
|
|
|
|
|
#include <tqdoctwindow.h>
|
|
|
|
|
#include <kstatusbar.h>
|
|
|
|
|
#include <kiconloader.h>
|
|
|
|
|
#include "kexportdialog.h"
|
|
|
|
@ -399,7 +399,7 @@ void KPicoSim::showScratchpad()
|
|
|
|
|
|
|
|
|
|
KPicoSim::~KPicoSim()
|
|
|
|
|
{
|
|
|
|
|
// Delete dockwindows
|
|
|
|
|
// Delete doctwindows
|
|
|
|
|
// These are the IO ports, scratchpad and the processorview
|
|
|
|
|
dockWindows().setAutoDelete( true ) ;
|
|
|
|
|
dockWindows().clear() ;
|
|
|
|
|