You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/buildtools/ada/adaproject_widget.cpp

25 lines
373 B

#include <tdeparts/part.h>
#include <klibloader.h>
#include <kurl.h>
#include <kdebug.h>
#include <kdevcore.h>
#include "adaproject_part.h"
#include "adaproject_widget.h"
AdaProjectWidget::AdaProjectWidget(AdaProjectPart *part)
: TQWidget(0, "AdaProject widget")
{
Q_UNUSED( part );
}
AdaProjectWidget::~AdaProjectWidget()
{
}
#include "adaproject_widget.moc"