diff options
author | Timothy Pearson <[email protected]> | 2012-11-17 18:37:54 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-11-17 18:37:54 -0600 |
commit | 9d5ea58a6c2b963ad68b06d0ad7e770810aa3557 (patch) | |
tree | e8a838d6f32e5ddb2cfe019dc4c41cc092456b41 /chalk/plugins | |
parent | cb2cf1cb3700cc40282254970d7e342e5c60d929 (diff) | |
download | koffice-9d5ea58a6c2b963ad68b06d0ad7e770810aa3557.tar.gz koffice-9d5ea58a6c2b963ad68b06d0ad7e770810aa3557.zip |
Fix disconnected signals and slots
Diffstat (limited to 'chalk/plugins')
-rw-r--r-- | chalk/plugins/viewplugins/filtersgallery/kis_wdg_filtersgallery.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chalk/plugins/viewplugins/filtersgallery/kis_wdg_filtersgallery.ui b/chalk/plugins/viewplugins/filtersgallery/kis_wdg_filtersgallery.ui index 03972a16..8ea8cfe4 100644 --- a/chalk/plugins/viewplugins/filtersgallery/kis_wdg_filtersgallery.ui +++ b/chalk/plugins/viewplugins/filtersgallery/kis_wdg_filtersgallery.ui @@ -77,18 +77,18 @@ <verstretch>0</verstretch> </sizepolicy> <pixmap>image0</pixmap> - <signal>moved(QPoint)</signal> - <signal>moving(QPoint)</signal> - <signal>startMoving(QPoint)</signal> + <signal>moved(TQPoint)</signal> + <signal>moving(TQPoint)</signal> + <signal>startMoving(TQPoint)</signal> <slot access="public" specifier="">zoomIn()</slot> <slot access="public" specifier="">slot()</slot> <slot access="public" specifier="">zoomOut()</slot> <slot access="public" specifier="">slot()</slot> <slot access="public" specifier="">slot()</slot> - <slot access="public" specifier="">slotMoving(QPoint)</slot> - <slot access="public" specifier="">slotMoved(QPoint)</slot> + <slot access="public" specifier="">slotMoving(TQPoint)</slot> + <slot access="public" specifier="">slotMoved(TQPoint)</slot> <slot access="public" specifier="">slot()</slot> - <slot access="public" specifier="">slotStartMoving(QPoint)</slot> + <slot access="public" specifier="">slotStartMoving(TQPoint)</slot> </customwidget> <customwidget> <class>KisFiltersListView</class> |