diff options
Diffstat (limited to 'dbaccess/source/ui/dlg/detailpages.hxx')
-rw-r--r-- | dbaccess/source/ui/dlg/detailpages.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/detailpages.hxx b/dbaccess/source/ui/dlg/detailpages.hxx index d59e2ff065ce..7ce9cfa75c1f 100644 --- a/dbaccess/source/ui/dlg/detailpages.hxx +++ b/dbaccess/source/ui/dlg/detailpages.hxx @@ -195,10 +195,10 @@ namespace dbaui }; // OMySQLODBCDetailsPage - class OMySQLODBCDetailsPage : public OCommonBehaviourTabPage + class OMySQLODBCDetailsPage : public DBOCommonBehaviourTabPage { public: - OMySQLODBCDetailsPage( vcl::Window* pParent, const SfxItemSet& _rCoreAttrs ); + OMySQLODBCDetailsPage(TabPageParent pParent, const SfxItemSet& rCoreAttrs); }; // OGeneralSpecialJDBCDetailsPage |