|
|
|
@ -81,9 +81,9 @@ class KomLineEdit : public KLineEdit, public KommanderWidget
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
|
|
|
|
|
Q_PROPERTY(QString populationText READ populationText WRITE setPopulationText DESIGNABLE false)
|
|
|
|
|
Q_PROPERTY(QStringList associations READ associatedText WRITE setAssociatedText DESIGNABLE false)
|
|
|
|
|
Q_PROPERTY(bool KommanderWidget READ isKommanderWidget)
|
|
|
|
|
TQ_PROPERTY(QString populationText READ populationText WRITE setPopulationText DESIGNABLE false)
|
|
|
|
|
TQ_PROPERTY(QStringList associations READ associatedText WRITE setAssociatedText DESIGNABLE false)
|
|
|
|
|
TQ_PROPERTY(bool KommanderWidget READ isKommanderWidget)
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
KomLineEdit(QWidget *a_parent, const char *a_name);
|
|
|
|
|