summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-09-16 23:04:23 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-09-16 23:04:23 -0500
commit2b324e26a663a3409d094cb1bac2615a4dd16c34 (patch)
tree1fa5177589eb1b22055b8a9846fb8a656fc23cd2
parent7feb44d64dc58d1bbf0242157c2bd1e8dbdeaa77 (diff)
downloadkdpkg-2b324e26.tar.gz
kdpkg-2b324e26.zip
Fix QString -> TQString.
-rw-r--r--kdpkg-install/installdialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdpkg-install/installdialog.ui b/kdpkg-install/installdialog.ui
index f2b5cca..f88ea3e 100644
--- a/kdpkg-install/installdialog.ui
+++ b/kdpkg-install/installdialog.ui
@@ -488,7 +488,7 @@
<include location="local" impldecl="in implementation">kdialog.h</include>
</includes>
<Q_SLOTS>
- <slot>showDependencies(const QString&amp;)</slot>
+ <slot>showDependencies(const TQString&amp;)</slot>
<slot>showAbout()</slot>
<slot>page4()</slot>
<slot>next1()</slot>