summaryrefslogtreecommitdiffstats
path: root/kshutdown/kshutdowniface_stub.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-28 02:56:18 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-28 03:17:51 +0200
commitcf4f444abb13028e2378e300f8c6d3a44f699f5d (patch)
tree1bd57816a1e63b405b64ec901687f7f126b9b5d2 /kshutdown/kshutdowniface_stub.h
parent75346893bd6bbd2760dc36e95226515f42ed3f59 (diff)
downloadkshutdown-cf4f444abb13028e2378e300f8c6d3a44f699f5d.tar.gz
kshutdown-cf4f444abb13028e2378e300f8c6d3a44f699f5d.zip
Initial TQt conversion
Diffstat (limited to 'kshutdown/kshutdowniface_stub.h')
-rw-r--r--kshutdown/kshutdowniface_stub.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kshutdown/kshutdowniface_stub.h b/kshutdown/kshutdowniface_stub.h
index 889f3bf..f433424 100644
--- a/kshutdown/kshutdowniface_stub.h
+++ b/kshutdown/kshutdowniface_stub.h
@@ -16,8 +16,8 @@
class KShutdownIface_stub : virtual public DCOPStub
{
public:
- KShutdownIface_stub( const QCString& app, const QCString& id );
- KShutdownIface_stub( DCOPClient* client, const QCString& app, const QCString& id );
+ KShutdownIface_stub( const TQCString& app, const TQCString& id );
+ KShutdownIface_stub( DCOPClient* client, const TQCString& app, const TQCString& id );
explicit KShutdownIface_stub( const DCOPRef& ref );
virtual ASYNC cancel();
virtual bool shutDown();
@@ -26,7 +26,7 @@ public:
virtual bool lockScreen();
virtual bool logout();
virtual ASYNC configure();
- virtual QString getStatusInfo();
+ virtual TQString getStatusInfo();
virtual void makeInvisible();
virtual ASYNC makeVisible();
virtual ASYNC setTestMode( bool yes );