diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-17 18:32:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-17 18:32:39 -0600 |
commit | f4eb2f33b34ff1b1fd01e491a25fbabef6d0144f (patch) | |
tree | 3671f178aecd10d95580774b95a712d5b2513cc1 /kstars | |
parent | a11c2ebfed5a31ec11eced6464eee54fa3d49034 (diff) | |
download | tdeedu-f4eb2f33b34ff1b1fd01e491a25fbabef6d0144f.tar.gz tdeedu-f4eb2f33b34ff1b1fd01e491a25fbabef6d0144f.zip |
Fix disconnected signals and slots
Diffstat (limited to 'kstars')
-rw-r--r-- | kstars/kstars/tools/argexportimage.ui | 6 | ||||
-rw-r--r-- | kstars/kstars/tools/argsetcolor.ui | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/kstars/kstars/tools/argexportimage.ui b/kstars/kstars/tools/argexportimage.ui index e0ecfc7c..c146ec7b 100644 --- a/kstars/kstars/tools/argexportimage.ui +++ b/kstars/kstars/tools/argexportimage.ui @@ -162,11 +162,11 @@ </sizepolicy> <pixmap>image0</pixmap> <signal>destroyed()</signal> - <signal>destroyed(QObject*)</signal> + <signal>destroyed(TQObject*)</signal> <signal>valueChanged(int)</signal> <signal>relativeValueChanged(double)</signal> <slot access="public" specifier="">deleteLater()</slot> - <slot access="private" specifier="">cleanupEventFilter(QObject*)</slot> + <slot access="private" specifier="">cleanupEventFilter(TQObject*)</slot> <slot access="public" specifier="">setEnabled(bool)</slot> <slot access="public" specifier="">setDisabled(bool)</slot> <slot access="public" specifier="">setCaption(const TQString&)</slot> @@ -201,7 +201,7 @@ <slot access="public" specifier="">close()</slot> <slot access="public" specifier="">raise()</slot> <slot access="public" specifier="">lower()</slot> - <slot access="public" specifier="">stackUnder(QWidget*)</slot> + <slot access="public" specifier="">stackUnder(TQWidget*)</slot> <slot access="public" specifier="">move(int,int)</slot> <slot access="public" specifier="">move(const QPoint&)</slot> <slot access="public" specifier="">resize(int,int)</slot> diff --git a/kstars/kstars/tools/argsetcolor.ui b/kstars/kstars/tools/argsetcolor.ui index ce7eee04..238123d7 100644 --- a/kstars/kstars/tools/argsetcolor.ui +++ b/kstars/kstars/tools/argsetcolor.ui @@ -118,7 +118,7 @@ </sizepolicy> <pixmap>image0</pixmap> <signal>destroyed()</signal> - <signal>destroyed(QObject*)</signal> + <signal>destroyed(TQObject*)</signal> <signal>pressed()</signal> <signal>released()</signal> <signal>clicked()</signal> @@ -126,7 +126,7 @@ <signal>stateChanged(int)</signal> <signal>changed(const QColor&)</signal> <slot access="public" specifier="">deleteLater()</slot> - <slot access="private" specifier="">cleanupEventFilter(QObject*)</slot> + <slot access="private" specifier="">cleanupEventFilter(TQObject*)</slot> <slot access="public" specifier="">setEnabled(bool)</slot> <slot access="public" specifier="">setDisabled(bool)</slot> <slot access="public" specifier="">setCaption(const TQString&)</slot> @@ -161,7 +161,7 @@ <slot access="public" specifier="">close()</slot> <slot access="public" specifier="">raise()</slot> <slot access="public" specifier="">lower()</slot> - <slot access="public" specifier="">stackUnder(QWidget*)</slot> + <slot access="public" specifier="">stackUnder(TQWidget*)</slot> <slot access="public" specifier="">move(int,int)</slot> <slot access="public" specifier="">move(const QPoint&)</slot> <slot access="public" specifier="">resize(int,int)</slot> |