~ubuntu-branches/ubuntu/jaunty/kde4libs/jaunty

« back to all changes in this revision

Viewing changes to kdeui/widgets/keditlistbox.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Wenning, Jonathan Thomas, Andreas Wenning
  • Date: 2009-04-01 05:55:52 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20090401055552-uel5di5f3xiftax3
Tags: 4:4.2.2-0ubuntu1
[ Jonathan Thomas ]
* New upstream release (LP: #344709, #348823):
  - Bump upstreamversion and runtimedeps in debian/rules
  - Remove kubuntu_65_kcmdlineargs_decoding_svn934640.diff, applied upstream

[ Andreas Wenning ]
* Remove patch kubuntu_69_do_not_show_plasma_popups_over_screensaver.diff,
  applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
      QPushButton* downButton() const;
180
180
 
181
181
      /**
182
 
       * See QListBox::count()
 
182
       * See Q3ListBox::count()
183
183
       */
184
184
      int count() const;
185
185
      /**
186
 
       * See QListBox::insertStringList()
 
186
       * See Q3ListBox::insertStringList()
187
187
       */
188
188
      void insertStringList(const QStringList& list, int index=-1);
189
189
      /**
190
 
       * See QListBox::insertStrList()
 
190
       * See Q3ListBox::insertItem()
191
191
       */
192
192
      void insertItem(const QString& text, int index=-1);
193
193
      /**
195
195
       */
196
196
      void clear();
197
197
      /**
198
 
       * See QListBox::text()
 
198
       * See Q3ListBox::text()
199
199
       */
200
200
      QString text(int index) const;
201
201
      /**
202
 
       * See QListBox::currentItem()
 
202
       * See Q3ListBox::currentItem()
203
203
       */
204
204
      int currentItem() const;
205
205
      /**
206
 
       * See QListBox::currentText()
 
206
       * See Q3ListBox::currentText()
207
207
       */
208
208
      QString currentText() const;
209
209