summaryrefslogtreecommitdiff
path: root/vcl/unx/kde4/KDEXLib.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/kde4/KDEXLib.cxx')
-rw-r--r--vcl/unx/kde4/KDEXLib.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index 653ce40c9abe..b6aa2939fc92 100644
--- a/vcl/unx/kde4/KDEXLib.cxx
+++ b/vcl/unx/kde4/KDEXLib.cxx
@@ -74,10 +74,8 @@ KDEXLib::KDEXLib() :
// Create the File picker in the main / GUI thread and block the calling thread until
// the FilePicker is created.
- connect( this, SIGNAL( createFilePickerSignal( const com::sun::star::uno::Reference<
- com::sun::star::uno::XComponentContext >&) ),
- this, SLOT( createFilePicker( const com::sun::star::uno::Reference<
- com::sun::star::uno::XComponentContext >&) ),
+ connect( this, SIGNAL( createFilePickerSignal( const css::uno::Reference< css::uno::XComponentContext >&) ),
+ this, SLOT( createFilePicker( const css::uno::Reference< css::uno::XComponentContext >&) ),
Qt::BlockingQueuedConnection );
connect( this, SIGNAL( getFrameWidthSignal() ),