Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/tdevelop/src/commit/6c9c7ff3d392729a381f0f35bb8f7b51fa6f66ae/buildtools/ada/adaproject_widget.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#ifndef __ADAPROJECT_WIDGET_H__
|
|
#define __ADAPROJECT_WIDGET_H__
|
|
|
|
#include <tqwidget.h>
|
|
#include <tqstring.h>
|
|
|
|
class KDevProject;
|
|
class AdaProjectPart;
|
|
|
|
class AdaProjectWidget : public TQWidget
|
|
{
|
|
TQ_OBJECT
|
|
|
|
|
|
public:
|
|
|
|
AdaProjectWidget(AdaProjectPart *part);
|
|
~AdaProjectWidget();
|
|
|
|
};
|
|
|
|
#endif
|