summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/chatwindow
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:14 -0600
commit6f114e7935d43127c6c0269532fb2674cee9a4f5 (patch)
tree222adc3ae4db93c92937de3d09195aca96ae99ce /kopete/kopete/chatwindow
parenta484f7e6af77fe25155e9be30a4166c6f479e46d (diff)
downloadtdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.tar.gz
tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kopete/kopete/chatwindow')
-rw-r--r--kopete/kopete/chatwindow/chatmemberslistwidget.h4
-rw-r--r--kopete/kopete/chatwindow/chatmessagepart.h2
-rw-r--r--kopete/kopete/chatwindow/chattexteditpart.h2
-rw-r--r--kopete/kopete/chatwindow/chatview.h2
-rw-r--r--kopete/kopete/chatwindow/emoticonselector.h4
-rw-r--r--kopete/kopete/chatwindow/kopetechatwindow.h2
-rw-r--r--kopete/kopete/chatwindow/kopetechatwindowstylemanager.h2
-rw-r--r--kopete/kopete/chatwindow/kopeteemailwindow.h2
-rw-r--r--kopete/kopete/chatwindow/kopeteemoticonaction.h2
-rw-r--r--kopete/kopete/chatwindow/krichtexteditpart.h2
10 files changed, 12 insertions, 12 deletions
diff --git a/kopete/kopete/chatwindow/chatmemberslistwidget.h b/kopete/kopete/chatwindow/chatmemberslistwidget.h
index 83744110..0c1668fa 100644
--- a/kopete/kopete/chatwindow/chatmemberslistwidget.h
+++ b/kopete/kopete/chatwindow/chatmemberslistwidget.h
@@ -35,7 +35,7 @@ class OnlineStatus;
class ChatMembersListWidget : public KListView
{
Q_OBJECT
- TQ_OBJECT
+
public:
ChatMembersListWidget( Kopete::ChatSession *session, TQWidget *parent, const char *name = 0 );
virtual ~ChatMembersListWidget();
@@ -99,7 +99,7 @@ private:
class ChatMembersListWidget::ContactItem : public TQObject, public KListViewItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
ContactItem( ChatMembersListWidget *list, Kopete::Contact *contact );
Kopete::Contact *contact() const { return m_contact; }
diff --git a/kopete/kopete/chatwindow/chatmessagepart.h b/kopete/kopete/chatwindow/chatmessagepart.h
index 02551b71..224e7c0c 100644
--- a/kopete/kopete/chatwindow/chatmessagepart.h
+++ b/kopete/kopete/chatwindow/chatmessagepart.h
@@ -39,7 +39,7 @@ class ChatWindowStyle;
class ChatMessagePart : public KHTMLPart
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Create a new ChatMessage Part.
diff --git a/kopete/kopete/chatwindow/chattexteditpart.h b/kopete/kopete/chatwindow/chattexteditpart.h
index 9084d9db..f5741042 100644
--- a/kopete/kopete/chatwindow/chattexteditpart.h
+++ b/kopete/kopete/chatwindow/chattexteditpart.h
@@ -47,7 +47,7 @@ class ChatSession;
class ChatTextEditPart : public KopeteRichTextEditPart
{
Q_OBJECT
- TQ_OBJECT
+
public:
ChatTextEditPart( Kopete::ChatSession *session, TQWidget *parent, const char *name = 0 );
~ChatTextEditPart();
diff --git a/kopete/kopete/chatwindow/chatview.h b/kopete/kopete/chatwindow/chatview.h
index f7ec6f76..0e625ea1 100644
--- a/kopete/kopete/chatwindow/chatview.h
+++ b/kopete/kopete/chatwindow/chatview.h
@@ -54,7 +54,7 @@ namespace Kopete
class ChatView : public KDockMainWindow, public KopeteView
{
Q_OBJECT
- TQ_OBJECT
+
public:
ChatView( Kopete::ChatSession *manager, ChatWindowPlugin *parent, const char *name = 0 );
~ChatView();
diff --git a/kopete/kopete/chatwindow/emoticonselector.h b/kopete/kopete/chatwindow/emoticonselector.h
index a91a178e..b0e87677 100644
--- a/kopete/kopete/chatwindow/emoticonselector.h
+++ b/kopete/kopete/chatwindow/emoticonselector.h
@@ -29,7 +29,7 @@ class TQShowEvent;
class EmoticonLabel : public TQLabel
{
Q_OBJECT
- TQ_OBJECT
+
public:
EmoticonLabel(const TQString &emoticonText, const TQString &pixmapPath, TQWidget *parent=0, const char *name=0);
@@ -46,7 +46,7 @@ protected:
class EmoticonSelector : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kopete/kopete/chatwindow/kopetechatwindow.h b/kopete/kopete/chatwindow/kopetechatwindow.h
index 8929d4c4..4dbb3d1b 100644
--- a/kopete/kopete/chatwindow/kopetechatwindow.h
+++ b/kopete/kopete/chatwindow/kopetechatwindow.h
@@ -54,7 +54,7 @@ typedef TQPtrList<Contact> ContactPtrList;
class KopeteChatWindow : public KParts::MainWindow
{
Q_OBJECT
- TQ_OBJECT
+
enum {NEW_WINDOW, GROUP_BY_ACCOUNT, GROUP_ALL, GROUP_BY_GROUP, GROUP_BY_METACONTACT};
diff --git a/kopete/kopete/chatwindow/kopetechatwindowstylemanager.h b/kopete/kopete/chatwindow/kopetechatwindowstylemanager.h
index 74f145ca..3cf5d6e9 100644
--- a/kopete/kopete/chatwindow/kopetechatwindowstylemanager.h
+++ b/kopete/kopete/chatwindow/kopetechatwindowstylemanager.h
@@ -44,7 +44,7 @@ class ChatWindowStyle;
class KOPETE_EXPORT ChatWindowStyleManager : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* StyleList typedef (a TQMap)
diff --git a/kopete/kopete/chatwindow/kopeteemailwindow.h b/kopete/kopete/chatwindow/kopeteemailwindow.h
index fd398189..a0f596f5 100644
--- a/kopete/kopete/chatwindow/kopeteemailwindow.h
+++ b/kopete/kopete/chatwindow/kopeteemailwindow.h
@@ -31,7 +31,7 @@ class EmailWindowPlugin;
class KopeteEmailWindow : KParts::MainWindow, public KopeteView
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum WindowMode { Send, Read, Reply };
diff --git a/kopete/kopete/chatwindow/kopeteemoticonaction.h b/kopete/kopete/chatwindow/kopeteemoticonaction.h
index a76dcb0c..eb77a84b 100644
--- a/kopete/kopete/chatwindow/kopeteemoticonaction.h
+++ b/kopete/kopete/chatwindow/kopeteemoticonaction.h
@@ -26,7 +26,7 @@
class KopeteEmoticonAction : public KAction
{
Q_OBJECT
- TQ_OBJECT
+
TQ_PROPERTY( bool delayed READ delayed WRITE setDelayed )
TQ_PROPERTY( bool stickyMenu READ stickyMenu WRITE setStickyMenu )
diff --git a/kopete/kopete/chatwindow/krichtexteditpart.h b/kopete/kopete/chatwindow/krichtexteditpart.h
index 7492aca2..c560145e 100644
--- a/kopete/kopete/chatwindow/krichtexteditpart.h
+++ b/kopete/kopete/chatwindow/krichtexteditpart.h
@@ -24,7 +24,7 @@ class KopeteTextEdit;
class KopeteRichTextEditPart : public KParts::ReadOnlyPart
{
Q_OBJECT
- TQ_OBJECT
+
public:
KopeteRichTextEditPart( TQWidget *wparent, const char *wname, TQObject*, const char*, const TQStringList& );