summaryrefslogtreecommitdiffstats
path: root/kexi/formeditor/test/kfd_part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/formeditor/test/kfd_part.cpp')
-rw-r--r--kexi/formeditor/test/kfd_part.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/formeditor/test/kfd_part.cpp b/kexi/formeditor/test/kfd_part.cpp
index d95e96ae..f309283f 100644
--- a/kexi/formeditor/test/kfd_part.cpp
+++ b/kexi/formeditor/test/kfd_part.cpp
@@ -123,8 +123,8 @@ KFDFactory::aboutData()
KFormDesigner::WidgetLibrary* KFormDesignerPart::static_formsLibrary = 0L;
-KFormDesignerPart::KFormDesignerPart(TQWidget *tqparent, const char *name, bool readOnly, const TQStringList &args)
-: KParts::ReadWritePart(tqparent, name), m_count(0)
+KFormDesignerPart::KFormDesignerPart(TQWidget *parent, const char *name, bool readOnly, const TQStringList &args)
+: KParts::ReadWritePart(parent, name), m_count(0)
{
setInstance(KFDFactory::instance());
instance()->iconLoader()->addAppDir("kexi");
@@ -138,7 +138,7 @@ KFormDesignerPart::KFormDesignerPart(TQWidget *tqparent, const char *name, bool
setUniqueFormMode(false);
m_inShell = (!args.grep("shell").isEmpty());
- TQHBox *container = new TQHBox(tqparent, "kfd_container_widget");
+ TQHBox *container = new TQHBox(parent, "kfd_container_widget");
m_workspace = new TQWorkspace(container, "kfd_workspace");
m_workspace->show();