summaryrefslogtreecommitdiffstats
path: root/ksnapshot/ksnapshotiface.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:46 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:46 +0000
commiteba47f8f0637f451e21348187591e1f1fd58ac74 (patch)
tree448f10b95c656604acc331a3236c1e59bde5c1ad /ksnapshot/ksnapshotiface.h
parentc7e8736c69373f48b0401319757c742e8607431a (diff)
downloadtdegraphics-eba47f8f0637f451e21348187591e1f1fd58ac74.tar.gz
tdegraphics-eba47f8f0637f451e21348187591e1f1fd58ac74.zip
TQt conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksnapshot/ksnapshotiface.h')
-rw-r--r--ksnapshot/ksnapshotiface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksnapshot/ksnapshotiface.h b/ksnapshot/ksnapshotiface.h
index 6b1f3477..5136b0ba 100644
--- a/ksnapshot/ksnapshotiface.h
+++ b/ksnapshot/ksnapshotiface.h
@@ -19,7 +19,7 @@ class KSnapshotIface : virtual public DCOPObject
k_dcop:
/** the current filename (as a URL) that will
be used to save to */
- virtual QString url() const = 0;
+ virtual TQString url() const = 0;
/** Grab an image **/
virtual void slotGrab() = 0;
@@ -31,7 +31,7 @@ class KSnapshotIface : virtual public DCOPObject
virtual void slotSave() = 0;
/** Save the image to the specified filename */
- virtual bool save(const QString &filename) = 0;
+ virtual bool save(const TQString &filename) = 0;
/** Saves image as **/
virtual void slotSaveAs() = 0;
@@ -46,7 +46,7 @@ class KSnapshotIface : virtual public DCOPObject
virtual int timeout() = 0;
/** Set the URL to the file to save **/
- virtual void setURL(const QString &newURL) = 0;
+ virtual void setURL(const TQString &newURL) = 0;
/** Set the ability to grab the entire screen, just the window
containing the mouse, or a region */