changeset 353:0a671b1382d7

removed temporary alias
author Max Samukha <maxter@spambox.com>
date Fri, 21 May 2010 14:16:02 +0300
parents 1a5569684e30
children 18bd68f586c6
files d2/qt/QGlobal.d
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/d2/qt/QGlobal.d	Thu May 20 16:15:35 2010 +0300
+++ b/d2/qt/QGlobal.d	Fri May 21 14:16:02 2010 +0300
@@ -58,12 +58,10 @@
     }
 }
 
-string _tr(string arg) {
+string tr(string arg) {
     return arg;
 }
 
-alias _tr tr;
-
 /*
    can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
 */