summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/libiris/cutestuff/util
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/libiris/cutestuff/util')
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/util/bytestream.h2
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/util/safedelete.h2
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/jabber/libiris/cutestuff/util/bytestream.h b/kopete/protocols/jabber/libiris/cutestuff/util/bytestream.h
index b72fad78..0ffab15b 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/util/bytestream.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/util/bytestream.h
@@ -30,7 +30,7 @@
class ByteStream : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum Error { ErrRead, ErrWrite, ErrCustom = 10 };
ByteStream(TQObject *parent=0);
diff --git a/kopete/protocols/jabber/libiris/cutestuff/util/safedelete.h b/kopete/protocols/jabber/libiris/cutestuff/util/safedelete.h
index 01c47a32..ce7a789a 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/util/safedelete.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/util/safedelete.h
@@ -41,7 +41,7 @@ private:
class SafeDeleteLater : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
static SafeDeleteLater *ensureExists();
void deleteItLater(TQObject *o);
diff --git a/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.h b/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.h
index 8c84be12..f8eb7095 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.h
@@ -26,7 +26,7 @@
class ShowTextDlg : public TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
ShowTextDlg(const TQString &fname, bool rich=FALSE, TQWidget *parent=0, const char *name=0);
};