summaryrefslogtreecommitdiffstats
path: root/qt/message.h
diff options
context:
space:
mode:
authorZack Rusin <zack@kde.org>2003-11-23 08:20:47 +0000
committerZack Rusin <zack@kde.org>2003-11-23 08:20:47 +0000
commitff619e44a3a1c43e2c741bb6c69341201ef7b935 (patch)
treee85fe1aead3861ed7ff21f62ffe8e0038385bac4 /qt/message.h
parent3b70a356575a220ba87cf7b7c8eaf7b9fa0ade39 (diff)
Happy birthday to me, happy birthday to me... Well, it's not really
my birthday, but it will be in like 8 months and for such a huge celebration I want to start preparing rather early. The marshelling in Message is crap (not the good kind of crap either). I'm not yet sure how we'll handle the transition from dcop but for now lets at least make it sane api wise.
Diffstat (limited to 'qt/message.h')
-rw-r--r--qt/message.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/qt/message.h b/qt/message.h
index fc664dca..4763cf12 100644
--- a/qt/message.h
+++ b/qt/message.h
@@ -88,13 +88,6 @@ namespace DBus {
QString signature() const;
- QString name() const;
- QString service() const;
-
- virtual void append( const QVariant& var );
-
- operator DBusMessage*() const;
-
iterator begin() const;
iterator end() const;