aboutsummaryrefslogtreecommitdiffstats
path: root/apps/X11/VCL/TCustomTabControl.cpp
blob: 40f9c3ee5011ec6b5fbd3879134633846e9cf7ca (plain) (blame)
1
2
3
4
5
6
7
#include <TCustomTabControl.h>

TCustomTabControl::TCustomTabControl(TComponent *AOwner) : TWinControl(AOwner) {
}

TCustomTabControl::~TCustomTabControl() {
}