From d95a4fea540b371fa86493d069fdbd54f33c5b40 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 30 May 2022 19:40:31 +0900 Subject: Standardize folder structure. Signed-off-by: Michele Calgaro --- plugins/gui-standard-display/radioview_element.cpp | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 plugins/gui-standard-display/radioview_element.cpp (limited to 'plugins/gui-standard-display/radioview_element.cpp') diff --git a/plugins/gui-standard-display/radioview_element.cpp b/plugins/gui-standard-display/radioview_element.cpp new file mode 100644 index 0000000..7ad8bb1 --- /dev/null +++ b/plugins/gui-standard-display/radioview_element.cpp @@ -0,0 +1,34 @@ +/*************************************************************************** + radioview_element.cpp - description + ------------------- + begin : Fre Jun 20 2003 + copyright : (C) 2003 by Martin Witte + email : witte@kawo1.rwth-aachen.de + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include "radioview_element.h" + +RadioViewElement::RadioViewElement (TQWidget * /*parent*/, const TQString & /*name*/, + RadioViewClass cls) + : myClass(cls) +{ +} + + +RadioViewElement::~RadioViewElement() +{ +} + + + + +#include "radioview_element.moc" -- cgit v1.2.3