diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:49:52 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:49:52 +0000 |
commit | cfc42a28c327b96c6a2afee92af3bac1a479eb8a (patch) | |
tree | e3219edf5f827eaa4db3feb509a17846a1a5a752 /amor/AmorIface.h | |
parent | a73fc4d7e66fe0824313aa4e9a650c4cddef6e9f (diff) | |
download | tdetoys-cfc42a28c327b96c6a2afee92af3bac1a479eb8a.tar.gz tdetoys-cfc42a28c327b96c6a2afee92af3bac1a479eb8a.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdetoys@1157650 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'amor/AmorIface.h')
-rw-r--r-- | amor/AmorIface.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/amor/AmorIface.h b/amor/AmorIface.h index 575d18d..6f8c531 100644 --- a/amor/AmorIface.h +++ b/amor/AmorIface.h @@ -36,9 +36,9 @@ class AmorIface : virtual public DCOPObject public: k_dcop: - virtual void showTip(QString tip) = 0; - virtual void showMessage(QString message ) = 0; - virtual void showMessage(QString message, int msec ) = 0; + virtual void showTip(TQString tip) = 0; + virtual void showMessage(TQString message ) = 0; + virtual void showMessage(TQString message, int msec ) = 0; virtual void screenSaverStopped() = 0; virtual void screenSaverStarted() = 0; |