summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:30:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:30:22 -0600
commit83bf29a8110af587e99bc286a4c5674d6334c4f4 (patch)
treeb9bbd82e1c3ed7bf911ff767b1bd9d701959ec5f
parentae1469c81a9690fe81f017a5b9f3c5d1127413b0 (diff)
downloadkdpkg-83bf29a8110af587e99bc286a4c5674d6334c4f4.tar.gz
kdpkg-83bf29a8110af587e99bc286a4c5674d6334c4f4.zip
Rename a number of old tq methods that are no longer tq specific
-rw-r--r--kdpkg-install/console.cpp2
-rw-r--r--kdpkg-install/installdialog.ui10
-rw-r--r--kdpkg/kdpkg.cpp2
-rw-r--r--kdpkg/kdpkgdialog.ui4
4 files changed, 9 insertions, 9 deletions
diff --git a/kdpkg-install/console.cpp b/kdpkg-install/console.cpp
index 754fed0..850c22b 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 <tqtextedit.h>
+#include <textedit.h>
#include <tqstring.h>
#include <tqlabel.h>
diff --git a/kdpkg-install/installdialog.ui b/kdpkg-install/installdialog.ui
index d70f318..f2b5cca 100644
--- a/kdpkg-install/installdialog.ui
+++ b/kdpkg-install/installdialog.ui
@@ -135,7 +135,7 @@
<property name="sizeType">
<enum>Fixed</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>5</width>
<height>20</height>
@@ -154,7 +154,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>160</width>
<height>20</height>
@@ -247,7 +247,7 @@
<widget class="TQListView" row="0" column="0">
<column>
<property name="text">
- <string>tqStatus</string>
+ <string>Status</string>
</property>
<property name="clickable">
<bool>true</bool>
@@ -342,7 +342,7 @@
<property name="text">
<string></string>
</property>
- <property name="tqalignment">
+ <property name="alignment">
<set>WordBreak|AlignVCenter</set>
</property>
</widget>
@@ -388,7 +388,7 @@
<property name="text">
<string></string>
</property>
- <property name="tqalignment">
+ <property name="alignment">
<set>WordBreak|AlignVCenter</set>
</property>
</widget>
diff --git a/kdpkg/kdpkg.cpp b/kdpkg/kdpkg.cpp
index 1ebe469..2d1103f 100644
--- a/kdpkg/kdpkg.cpp
+++ b/kdpkg/kdpkg.cpp
@@ -28,7 +28,7 @@
#include <tqlineedit.h>
#include <tqlistview.h>
#include <tqlistbox.h>
-#include <tqtextbrowser.h>
+#include <textbrowser.h>
#include <tqwidgetstack.h>
#include <tqprocess.h>
#include <tqregexp.h>
diff --git a/kdpkg/kdpkgdialog.ui b/kdpkg/kdpkgdialog.ui
index f4d2925..9b13b6a 100644
--- a/kdpkg/kdpkgdialog.ui
+++ b/kdpkg/kdpkgdialog.ui
@@ -324,7 +324,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>270</width>
<height>20</height>
@@ -432,7 +432,7 @@
<property name="sizeType">
<enum>Fixed</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>5</width>
<height>20</height>