summaryrefslogtreecommitdiffstats
path: root/parts/documentation/addcatalogdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parts/documentation/addcatalogdlg.cpp')
-rw-r--r--parts/documentation/addcatalogdlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/documentation/addcatalogdlg.cpp b/parts/documentation/addcatalogdlg.cpp
index 28be5a8c..21913089 100644
--- a/parts/documentation/addcatalogdlg.cpp
+++ b/parts/documentation/addcatalogdlg.cpp
@@ -32,8 +32,8 @@
#include "kdevdocumentationplugin.h"
AddCatalogDlg::AddCatalogDlg( TQValueList<DocumentationPlugin*> const & plugins,
- TQWidget* tqparent, const char* name, bool modal, WFlags fl)
- :AddCatalogDlgBase(tqparent,name, modal,fl), m_plugins( plugins )
+ TQWidget* parent, const char* name, bool modal, WFlags fl)
+ :AddCatalogDlgBase(parent,name, modal,fl), m_plugins( plugins )
{
for (TQValueList<DocumentationPlugin*>::const_iterator it = m_plugins.constBegin(); it != m_plugins.constEnd(); ++it)
{