diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-18 17:00:31 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-18 17:00:31 +0000 |
commit | 395a904bff7b4d6ead445c342f7ac0c5fbf29121 (patch) | |
tree | 9829cadb79d2cc7c29a940627fadb28b11e54150 /noatun-plugins/oblique/base.h | |
parent | 399f47c376fdf4d19192732a701ea9578d11619d (diff) | |
download | tdeaddons-395a904bff7b4d6ead445c342f7ac0c5fbf29121.tar.gz tdeaddons-395a904bff7b4d6ead445c342f7ac0c5fbf29121.zip |
TQt4 port kdeaddons
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1237404 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'noatun-plugins/oblique/base.h')
-rw-r--r-- | noatun-plugins/oblique/base.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/noatun-plugins/oblique/base.h b/noatun-plugins/oblique/base.h index 611c5fe..948ec78 100644 --- a/noatun-plugins/oblique/base.h +++ b/noatun-plugins/oblique/base.h @@ -15,9 +15,10 @@ class Slice; typedef unsigned int FileId; -class Base : public QObject +class Base : public TQObject { Q_OBJECT + TQ_OBJECT struct Private; Private *d; // not for BC, but for compile times :) @@ -31,7 +32,7 @@ public: File add(const TQString &file); - File find(FileId id); + File tqfind(FileId id); void clear(); @@ -95,7 +96,7 @@ private: // friends for Slice private: /** - * load the xml that lives at the head of the db and contains + * load the xml that lives at the head of the db and tqcontains * potentially lots of structured data **/ void loadMetaXML(const TQString &xml); |