aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_widget.h')
-rw-r--r--src/modules/objects/class_widget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_widget.h b/src/modules/objects/class_widget.h
index cf173a90c..036b581a5 100644
--- a/src/modules/objects/class_widget.h
+++ b/src/modules/objects/class_widget.h
@@ -57,7 +57,7 @@ protected:
// setEnabled..
// ... etc
// so the name of the C++ function matches exactly the name of the KVS function at this point
-
+
// let's also try to keep alphabetic order for the functions here.. so one can find them quickly
bool addWidgetToWrappedLayout(KviKvsObjectFunctionCall *c);
@@ -133,7 +133,7 @@ class KviKvsWidget : public QWidget
Q_PROPERTY(QSize sizeHint READ sizeHint)
public:
KviKvsWidget(KviKvsObject_widget * ob,QWidget * par);
-
+
virtual ~KviKvsWidget();
protected: