summaryrefslogtreecommitdiffstats
path: root/kmrml/kmrml/propertysheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmrml/kmrml/propertysheet.h')
-rw-r--r--kmrml/kmrml/propertysheet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmrml/kmrml/propertysheet.h b/kmrml/kmrml/propertysheet.h
index e4759282..89d9a37f 100644
--- a/kmrml/kmrml/propertysheet.h
+++ b/kmrml/kmrml/propertysheet.h
@@ -34,7 +34,7 @@ namespace KMrml
{
MultiSet = 1, // ??
Subset, // radio-button/combobox or listbox
- SetElement, // CheckBox -> disables/enables children?
+ SetElement, // CheckBox -> disables/enables tqchildren?
Boolean, // CheckBox
Numeric, // Slider/Spinbox
Textual, // lineedit
@@ -71,9 +71,9 @@ namespace KMrml
}
void initFromDOM( const TQDomElement& elem );
- void toElement( TQDomElement& parent );
+ void toElement( TQDomElement& tqparent );
- TQWidget * createWidget( TQWidget *parent, const char *name = 0 );
+ TQWidget * createWidget( TQWidget *tqparent, const char *name = 0 );
private:
static Visibility getVisibility( const TQString& value );