diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:22:53 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:22:53 -0600 |
commit | dd03aef4695d93853cfed6824ecb76a4e08ef09a (patch) | |
tree | 36adae0ff6d5b67b2d07510802d5e087772e6e25 | |
parent | b35dd8f90554ba6fff679ff3a63e4c3648260340 (diff) | |
download | tdesudo-dd03aef4695d93853cfed6824ecb76a4e08ef09a.tar.gz tdesudo-dd03aef4695d93853cfed6824ecb76a4e08ef09a.zip |
Rename additional global TQt functions
-rw-r--r-- | tdesudo/tdesudo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdesudo/tdesudo.cpp b/tdesudo/tdesudo.cpp index e51e0df..b35c6e7 100644 --- a/tdesudo/tdesudo.cpp +++ b/tdesudo/tdesudo.cpp @@ -132,8 +132,8 @@ KdeSudo::KdeSudo(TQWidget *parent, const char *name,const TQString& icon, const FILE *fout; char iceauthority[200]; char *host, *auth; - host = qstrdup(dcopServer); - auth = qstrdup(iceAuth); + host = tqstrdup(dcopServer); + auth = tqstrdup(iceAuth); int tempfile; int oldumask = umask(077); @@ -156,7 +156,7 @@ KdeSudo::KdeSudo(TQWidget *parent, const char *name,const TQString& icon, const exit(1); } fprintf(fout, "add ICE \"\" %s %s\n", host, auth); - auth = qstrdup(dcopAuth); + auth = tqstrdup(dcopAuth); //auth = xstrsep(params[P_DCOP_AUTH].value); fprintf(fout, "add DCOP \"\" %s %s\n", host, auth); unsetenv("ICEAUTHORITY"); |