summaryrefslogtreecommitdiff
path: root/include/dbaccess/genericcontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbaccess/genericcontroller.hxx')
-rw-r--r--include/dbaccess/genericcontroller.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dbaccess/genericcontroller.hxx b/include/dbaccess/genericcontroller.hxx
index e11098df228a..4bdd59c5d9af 100644
--- a/include/dbaccess/genericcontroller.hxx
+++ b/include/dbaccess/genericcontroller.hxx
@@ -65,7 +65,7 @@ namespace dbtools
class SQLExceptionInfo;
}
-class Window;
+namespace vcl { class Window; }
namespace dbaui
{
class ODataView;
@@ -424,7 +424,7 @@ namespace dbaui
*/
virtual void InvalidateAll();
// late construction
- virtual bool Construct(Window* pParent);
+ virtual bool Construct(vcl::Window* pParent);
/** get the layout manager
@param _xFrame