~ubuntu-branches/ubuntu/lucid/konversation/lucid-updates

« back to all changes in this revision

Viewing changes to src/irc/channeloptionsui.ui

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2009-05-15 11:24:24 UTC
  • mfrom: (1.15.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20090515112424-b74i26lciabf4qnk
Tags: 1.1.75+svn968012-1
* New upstream development snapshot:
  - Last Changed Author: hein
  - Last Changed Rev: 968012
  - Last Changed Date: 2009-05-14 21:03:55 +0300
* Update README.source.
* Use dh --quilt instead of custom patch handling, build depend on
  quilt 0.46-7~.
* Update patches to upstream changes.
* Update konversation.install: remove docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    <number>0</number>
22
22
   </property>
23
23
   <item>
24
 
    <widget class="QTabWidget" name="channelTabWidget">
 
24
    <widget class="KTabWidget" name="channelTabWidget">
25
25
     <property name="currentIndex">
26
26
      <number>0</number>
27
27
     </property>
57
57
          <attribute name="headerShowSortIndicator" stdset="0">
58
58
           <bool>false</bool>
59
59
          </attribute>
60
 
          <attribute name="headerShowSortIndicator" stdset="0">
61
 
           <bool>false</bool>
62
 
          </attribute>
63
60
          <column>
64
61
           <property name="text">
65
62
            <string>Nickname</string>
376
373
   <header>klineedit.h</header>
377
374
  </customwidget>
378
375
  <customwidget>
 
376
   <class>KTabWidget</class>
 
377
   <extends>QTabWidget</extends>
 
378
   <header>ktabwidget.h</header>
 
379
   <container>1</container>
 
380
  </customwidget>
 
381
  <customwidget>
379
382
   <class>KTextEdit</class>
380
383
   <extends>QTextEdit</extends>
381
384
   <header>ktextedit.h</header>