diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:06 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:06 -0600 |
commit | b80cbb501e2dfc01bd46db40b7e8a1bbad897adf (patch) | |
tree | d4b7c733262a188a293e87ed972904cb3264aaed /kdpkg-install | |
parent | 83bf29a8110af587e99bc286a4c5674d6334c4f4 (diff) | |
download | kdpkg-b80cbb501e2dfc01bd46db40b7e8a1bbad897adf.tar.gz kdpkg-b80cbb501e2dfc01bd46db40b7e8a1bbad897adf.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 83bf29a8110af587e99bc286a4c5674d6334c4f4.
Diffstat (limited to 'kdpkg-install')
-rw-r--r-- | kdpkg-install/console.cpp | 2 | ||||
-rw-r--r-- | kdpkg-install/installdialog.ui | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/kdpkg-install/console.cpp b/kdpkg-install/console.cpp index 850c22b..754fed0 100644 --- a/kdpkg-install/console.cpp +++ b/kdpkg-install/console.cpp @@ -27,7 +27,7 @@ #include <tqcombobox.h> #include <tqwidgetstack.h> #include <tqlistview.h> -#include <textedit.h> +#include <tqtextedit.h> #include <tqstring.h> #include <tqlabel.h> diff --git a/kdpkg-install/installdialog.ui b/kdpkg-install/installdialog.ui index f2b5cca..d70f318 100644 --- a/kdpkg-install/installdialog.ui +++ b/kdpkg-install/installdialog.ui @@ -135,7 +135,7 @@ <property name="sizeType"> <enum>Fixed</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>5</width> <height>20</height> @@ -154,7 +154,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>160</width> <height>20</height> @@ -247,7 +247,7 @@ <widget class="TQListView" row="0" column="0"> <column> <property name="text"> - <string>Status</string> + <string>tqStatus</string> </property> <property name="clickable"> <bool>true</bool> @@ -342,7 +342,7 @@ <property name="text"> <string></string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>WordBreak|AlignVCenter</set> </property> </widget> @@ -388,7 +388,7 @@ <property name="text"> <string></string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>WordBreak|AlignVCenter</set> </property> </widget> |