summaryrefslogtreecommitdiffstats
path: root/kbarcode/editoriface.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-29 00:55:34 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-29 00:55:34 +0000
commitc4189d200e71c7ef82e9a6e34935ad225154d658 (patch)
treef7f29a1159e0402472ff2ab22617a8113f66263c /kbarcode/editoriface.h
parent2f888b1578e65ec1bc514996eb509fcaf34462d6 (diff)
downloadkbarcode-c4189d20.tar.gz
kbarcode-c4189d20.zip
TQt4 port kbarcode
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kbarcode@1233956 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kbarcode/editoriface.h')
-rw-r--r--kbarcode/editoriface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbarcode/editoriface.h b/kbarcode/editoriface.h
index a568879..73a1b35 100644
--- a/kbarcode/editoriface.h
+++ b/kbarcode/editoriface.h
@@ -27,7 +27,7 @@ class EditorIface : virtual public DCOPObject
public:
k_dcop:
- virtual const QString fileName() const = 0;
+ virtual const TQString fileName() const = 0;
virtual bool isChanged() = 0;
virtual void print() = 0;
virtual bool newLabel() = 0;
@@ -47,8 +47,8 @@ class EditorIface : virtual public DCOPObject
virtual void closeLabel() = 0;
- virtual bool openUrl( const QString & url ) = 0;
- virtual bool save( QString url ) = 0;
+ virtual bool openUrl( const TQString & url ) = 0;
+ virtual bool save( TQString url ) = 0;
};