summaryrefslogtreecommitdiffstats
path: root/konversation/src/ircview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/ircview.cpp')
-rw-r--r--konversation/src/ircview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/ircview.cpp b/konversation/src/ircview.cpp
index 63e046b..3ef5b29 100644
--- a/konversation/src/ircview.cpp
+++ b/konversation/src/ircview.cpp
@@ -68,7 +68,7 @@
#include <kglobal.h>
-IRCView::IRCView(TQWidget* tqparent, Server* newServer) : KTextBrowser(tqparent)
+IRCView::IRCView(TQWidget* parent, Server* newServer) : KTextBrowser(parent)
{
m_copyUrlMenu = false;
m_resetScrollbar = true;