summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/history/historyguiclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/history/historyguiclient.cpp')
-rw-r--r--kopete/plugins/history/historyguiclient.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/plugins/history/historyguiclient.cpp b/kopete/plugins/history/historyguiclient.cpp
index 57dfdc1c..b8608ac9 100644
--- a/kopete/plugins/history/historyguiclient.cpp
+++ b/kopete/plugins/history/historyguiclient.cpp
@@ -27,12 +27,12 @@
class HistoryPlugin;
-HistoryGUIClient::HistoryGUIClient(Kopete::ChatSession *tqparent, const char *name)
- : TQObject(tqparent, name), KXMLGUIClient(tqparent)
+HistoryGUIClient::HistoryGUIClient(Kopete::ChatSession *parent, const char *name)
+ : TQObject(parent, name), KXMLGUIClient(parent)
{
setInstance(KGenericFactory<HistoryPlugin>::instance());
- m_manager = tqparent;
+ m_manager = parent;
// Refuse to build this client, it is based on wrong parameters
if(!m_manager || m_manager->members().isEmpty())