summaryrefslogtreecommitdiffstats
path: root/konversation/src/topiclabel.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-27 16:44:48 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-27 16:44:48 +0000
commitd2aa614e147d5a01987d51c53de181cd95242f4f (patch)
tree1b4193e5159fa46ddab571a44e531691d1332628 /konversation/src/topiclabel.h
parent9154a0f8aec085fd6fd1a4228d239c897223064c (diff)
downloadkonversation-d2aa614e147d5a01987d51c53de181cd95242f4f.tar.gz
konversation-d2aa614e147d5a01987d51c53de181cd95242f4f.zip
TQt4 port Konversation
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/konversation@1238519 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'konversation/src/topiclabel.h')
-rw-r--r--konversation/src/topiclabel.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/konversation/src/topiclabel.h b/konversation/src/topiclabel.h
index ca40da6..4278b95 100644
--- a/konversation/src/topiclabel.h
+++ b/konversation/src/topiclabel.h
@@ -27,13 +27,14 @@ namespace Konversation
class TopicLabel : public KActiveLabel
{
Q_OBJECT
+ TQ_OBJECT
public:
- explicit TopicLabel(TQWidget *parent = 0, const char *name = 0);
+ explicit TopicLabel(TQWidget *tqparent = 0, const char *name = 0);
~TopicLabel();
- TQSize minimumSizeHint() const;
- TQSize sizeHint() const;
+ TQSize tqminimumSizeHint() const;
+ TQSize tqsizeHint() const;
void setServer(Server* server);
enum PopupIDs { Copy,CopyUrl,SelectAll,Bookmark };