|
|
@ -101,7 +101,7 @@ public:
|
|
|
|
* @param id reference to TQString containing the id. If no item
|
|
|
|
* @param id reference to TQString containing the id. If no item
|
|
|
|
* is selected id will be empty.
|
|
|
|
* is selected id will be empty.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
void selectedItem(TQString& id) const KDE_DEPRECATED;
|
|
|
|
void selectedItem(TQString& id) const TDE_DEPRECATED;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* This method returns the id of the first selected item.
|
|
|
|
* This method returns the id of the first selected item.
|
|
|
@ -360,8 +360,8 @@ public:
|
|
|
|
|
|
|
|
|
|
|
|
void insertItem(const TQString& txt, int id, int idx = -1);
|
|
|
|
void insertItem(const TQString& txt, int id, int idx = -1);
|
|
|
|
|
|
|
|
|
|
|
|
void setItem(int id) KDE_DEPRECATED; // replace with setCurrentItem(id)
|
|
|
|
void setItem(int id) TDE_DEPRECATED; // replace with setCurrentItem(id)
|
|
|
|
int item(void) const KDE_DEPRECATED; // replace with currentItem()
|
|
|
|
int item(void) const TDE_DEPRECATED; // replace with currentItem()
|
|
|
|
|
|
|
|
|
|
|
|
void setCurrentItem(int id);
|
|
|
|
void setCurrentItem(int id);
|
|
|
|
int currentItem(void) const;
|
|
|
|
int currentItem(void) const;
|
|
|
|