diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:57:02 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:57:02 -0600 |
commit | a51cd9949c4e6c726a84a61de3cfadd30cefb5c7 (patch) | |
tree | a65321bcfdb90583bcc7ef3a90fa357f6632e54c /dcop/KDE-ICE/shutdown.c | |
parent | 984c25aa6969e55896e9a13c8e7f7b8a58991a4e (diff) | |
download | tdelibs-a51cd9949c4e6c726a84a61de3cfadd30cefb5c7.tar.gz tdelibs-a51cd9949c4e6c726a84a61de3cfadd30cefb5c7.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'dcop/KDE-ICE/shutdown.c')
-rw-r--r-- | dcop/KDE-ICE/shutdown.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dcop/KDE-ICE/shutdown.c b/dcop/KDE-ICE/shutdown.c index 740126fa4..8059dec76 100644 --- a/dcop/KDE-ICE/shutdown.c +++ b/dcop/KDE-ICE/shutdown.c @@ -102,14 +102,14 @@ IceConn iceConn; -IceCloseStatus +IceClosetStatus IceCloseConnection (iceConn) IceConn iceConn; { int refCountReachedZero; - IceCloseStatus status; + IceClosetStatus status; /* * If this connection object was never valid, we can close |