summaryrefslogtreecommitdiffstats
path: root/redhat/tdelibs/kdelibs-3.5.13.2-kpassivepopup_latin1.patch
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-10-03 16:37:29 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2014-10-03 16:37:29 +0200
commit207150b44fec55bf2b8c5e74badde93880e277fe (patch)
tree88bbd5a809eeda66be5a34388e1d0250cd6e57b3 /redhat/tdelibs/kdelibs-3.5.13.2-kpassivepopup_latin1.patch
parent91c51c0c2bb170ce7e1f7b0c3210f9462aff3435 (diff)
downloadtde-packaging-207150b44fec55bf2b8c5e74badde93880e277fe.tar.gz
tde-packaging-207150b44fec55bf2b8c5e74badde93880e277fe.zip
RPM Packaging: update and cleanup tdelibs
Diffstat (limited to 'redhat/tdelibs/kdelibs-3.5.13.2-kpassivepopup_latin1.patch')
-rw-r--r--redhat/tdelibs/kdelibs-3.5.13.2-kpassivepopup_latin1.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/redhat/tdelibs/kdelibs-3.5.13.2-kpassivepopup_latin1.patch b/redhat/tdelibs/kdelibs-3.5.13.2-kpassivepopup_latin1.patch
deleted file mode 100644
index 45f75e3c6..000000000
--- a/redhat/tdelibs/kdelibs-3.5.13.2-kpassivepopup_latin1.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- trinity-tdelibs-3.5.13.2/kdeui/kpassivepopup.cpp.ORI 2013-02-16 23:33:04.657067698 +0100
-+++ trinity-tdelibs-3.5.13.2/kdeui/kpassivepopup.cpp 2013-02-16 23:34:42.083107895 +0100
-@@ -152,7 +152,7 @@
- }
-
- if ( !text.isEmpty() ) {
-- msg = new TQLabel( text, vb, "msg_label" );
-+ const char* m = text.latin1(); msg = new TQLabel( TQString::fromUtf8(m), vb, "msg_label" );
- msg->setAlignment( AlignLeft );
- }
-