diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 15:57:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 15:57:02 -0600 |
commit | 2c2fbd828ca474671bb9e03681b30b115d8d6035 (patch) | |
tree | 526a9da418f8d3d7ccf515c37048d3dfc80f2843 /libkdepim/categoryselectdialog_base.ui | |
parent | f0610eece3676b6fe99f42cf4ef2b19a39a5c4e8 (diff) | |
download | tdepim-2c2fbd828ca474671bb9e03681b30b115d8d6035.tar.gz tdepim-2c2fbd828ca474671bb9e03681b30b115d8d6035.zip |
Actually move the kde files that were renamed in the last commit
Diffstat (limited to 'libkdepim/categoryselectdialog_base.ui')
-rw-r--r-- | libkdepim/categoryselectdialog_base.ui | 101 |
1 files changed, 0 insertions, 101 deletions
diff --git a/libkdepim/categoryselectdialog_base.ui b/libkdepim/categoryselectdialog_base.ui deleted file mode 100644 index 1e45bd468..000000000 --- a/libkdepim/categoryselectdialog_base.ui +++ /dev/null @@ -1,101 +0,0 @@ -<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> -<class>CategorySelectDialog_base</class> -<widget class="TQWidget"> - <property name="name"> - <cstring>CategorySelectDialog_base</cstring> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>387</width> - <height>280</height> - </rect> - </property> - <property name="caption"> - <string>Select Categories</string> - </property> - <vbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <property name="margin"> - <number>0</number> - </property> - <property name="spacing"> - <number>6</number> - </property> - <widget class="TQListView"> - <column> - <property name="text"> - <string>Category</string> - </property> - <property name="clickable"> - <bool>true</bool> - </property> - <property name="resizable"> - <bool>true</bool> - </property> - </column> - <property name="name"> - <cstring>mCategories</cstring> - </property> - </widget> - <widget class="TQLayoutWidget"> - <property name="name"> - <cstring>Layout12</cstring> - </property> - <hbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <property name="margin"> - <number>0</number> - </property> - <property name="spacing"> - <number>6</number> - </property> - <widget class="TQPushButton"> - <property name="name"> - <cstring>mButtonClear</cstring> - </property> - <property name="text"> - <string>&Clear Selection</string> - </property> - </widget> - <spacer> - <property name="name"> - <cstring>Spacer3</cstring> - </property> - <property name="orientation"> - <enum>Horizontal</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="tqsizeHint"> - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - <widget class="TQPushButton"> - <property name="name"> - <cstring>mButtonEdit</cstring> - </property> - <property name="text"> - <string>&Edit Categories...</string> - </property> - </widget> - </hbox> - </widget> - </vbox> -</widget> -<tabstops> - <tabstop>mCategories</tabstop> - <tabstop>mButtonClear</tabstop> - <tabstop>mButtonEdit</tabstop> -</tabstops> -<layoutdefaults spacing="6" margin="11"/> -</UI> |