diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-22 18:19:56 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-22 18:19:56 +0000 |
commit | ebc14f270efac45b80ad89b146cc76e00add4781 (patch) | |
tree | 4ca31c47725097b4be1f9b7492e1e9ad84093c38 | |
parent | 9df0fe41aff9dd1e4a8a3149078bfb3f40b192ec (diff) | |
download | amarok-ebc14f270efac45b80ad89b146cc76e00add4781.tar.gz amarok-ebc14f270efac45b80ad89b146cc76e00add4781.zip |
Fix Amarok FTBFS under Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/amarok@1242771 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | amarok/src/Options1.ui.h | 2 | ||||
-rw-r--r-- | amarok/src/Options2.ui | 6 | ||||
-rw-r--r-- | amarok/src/Options5.ui | 4 | ||||
-rw-r--r-- | amarok/src/Options8.ui | 6 | ||||
-rw-r--r-- | amarok/src/firstrunwizard.ui | 4 | ||||
-rw-r--r-- | amarok/src/mediadevice/generic/genericmediadeviceconfigdialog.ui | 12 | ||||
-rw-r--r-- | amarok/src/medium.h | 2 | ||||
-rw-r--r-- | amarok/src/organizecollectiondialog.ui | 26 | ||||
-rw-r--r-- | amarok/src/organizecollectiondialog.ui.h | 4 | ||||
-rw-r--r-- | amarok/src/tagguesserconfigdialog.ui | 2 |
10 files changed, 34 insertions, 34 deletions
diff --git a/amarok/src/Options1.ui.h b/amarok/src/Options1.ui.h index e4f8e723..72f2a30b 100644 --- a/amarok/src/Options1.ui.h +++ b/amarok/src/Options1.ui.h @@ -47,7 +47,7 @@ void Options1::init() kComboBox_browser->insertStringList( browsers ); kLineEdit_customBrowser->setText( AmarokConfig::externalBrowser() ); - int index = browsers.findIndex( AmarokConfig::externalBrowser() ); + int index = browsers.tqfindIndex( AmarokConfig::externalBrowser() ); if( index >= 0 ) kComboBox_browser->setCurrentItem( index ); else if( AmarokConfig::externalBrowser() == diff --git a/amarok/src/Options2.ui b/amarok/src/Options2.ui index ba39801a..ec244783 100644 --- a/amarok/src/Options2.ui +++ b/amarok/src/Options2.ui @@ -737,9 +737,9 @@ </connection> <connection> <sender>styleComboBox</sender> - <signal>activated(const QString&)</signal> + <signal>activated(const TQString&)</signal> <receiver>Options2</receiver> - <slot>styleComboBox_activated(const QString&)</slot> + <slot>styleComboBox_activated(const TQString&)</slot> </connection> </connections> <includes> @@ -749,7 +749,7 @@ <slot>installPushButton_clicked()</slot> <slot>retrievePushButton_clicked()</slot> <slot>uninstallPushButton_clicked()</slot> - <slot>styleComboBox_activated( const QString & s )</slot> + <slot>styleComboBox_activated( const TQString & s )</slot> <slot>updateStyleComboBox()</slot> </Q_SLOTS> <functions> diff --git a/amarok/src/Options5.ui b/amarok/src/Options5.ui index cc7fc38b..c5782df5 100644 --- a/amarok/src/Options5.ui +++ b/amarok/src/Options5.ui @@ -520,8 +520,8 @@ </Q_SLOTS> <functions> <function access="private" specifier="non virtual">init()</function> - <function access="protected">hideEvent( QHideEvent * )</function> - <function access="protected">showEvent( QShowEvent * )</function> + <function access="protected">hideEvent( TQHideEvent * )</function> + <function access="protected">showEvent( TQShowEvent * )</function> </functions> <layoutdefaults spacing="6" margin="11"/> <includehints> diff --git a/amarok/src/Options8.ui b/amarok/src/Options8.ui index 7f245e56..66524775 100644 --- a/amarok/src/Options8.ui +++ b/amarok/src/Options8.ui @@ -283,16 +283,16 @@ <connections> <connection> <sender>kcfg_ScrobblerUsername</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>Options8</receiver> - <slot>updateServices(const QString&)</slot> + <slot>updateServices(const TQString&)</slot> </connection> </connections> <includes> <include location="local" impldecl="in implementation">Options8.ui.h</include> </includes> <Q_SLOTS> - <slot access="protected">updateServices( const QString & s )</slot> + <slot access="protected">updateServices( const TQString & s )</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <includehints> diff --git a/amarok/src/firstrunwizard.ui b/amarok/src/firstrunwizard.ui index 4cf16752..3ab4cc92 100644 --- a/amarok/src/firstrunwizard.ui +++ b/amarok/src/firstrunwizard.ui @@ -282,11 +282,11 @@ </variables> <Q_SLOTS> <slot access="private" specifier="non virtual">invokeHandbook()</slot> - <slot>openLink( const QString & s )</slot> + <slot>openLink( const TQString & s )</slot> </Q_SLOTS> <functions> <function access="private" specifier="non virtual">init()</function> - <function access="protected">showPage( QWidget * w )</function> + <function access="protected">showPage( TQWidget * w )</function> <function specifier="non virtual">writeCollectionConfig()</function> <function specifier="non virtual" returnType="FirstRunWizard::Interface">interface()</function> </functions> diff --git a/amarok/src/mediadevice/generic/genericmediadeviceconfigdialog.ui b/amarok/src/mediadevice/generic/genericmediadeviceconfigdialog.ui index 7bc1bc2d..8a305909 100644 --- a/amarok/src/mediadevice/generic/genericmediadeviceconfigdialog.ui +++ b/amarok/src/mediadevice/generic/genericmediadeviceconfigdialog.ui @@ -405,9 +405,9 @@ </connection> <connection> <sender>m_songLocationBox</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>GenericMediaDeviceConfigDialog</receiver> - <slot>updatePreviewLabel(const QString&)</slot> + <slot>updatePreviewLabel(const TQString&)</slot> </connection> <connection> <sender>m_asciiCheck</sender> @@ -445,12 +445,12 @@ <slot specifier="non virtual">removeSupportedButtonClicked()</slot> <slot specifier="non virtual">supportedListBoxDoubleClicked( TQListBoxItem * item )</slot> <slot>updatePreviewLabel()</slot> - <slot>updatePreviewLabel( const QString & format )</slot> + <slot>updatePreviewLabel( const TQString & format )</slot> </Q_SLOTS> <functions> - <function access="private" specifier="non virtual">updateConfigDialogLists( const QStringList & supportedFileTypes )</function> - <function access="private" specifier="non virtual" returnType="TQString">buildDestination( const QString & format, const MetaBundle & mb )</function> - <function access="private" specifier="non virtual" returnType="TQString">cleanPath( const QString & component )</function> + <function access="private" specifier="non virtual">updateConfigDialogLists( const TQStringList & supportedFileTypes )</function> + <function access="private" specifier="non virtual" returnType="TQString">buildDestination( const TQString & format, const MetaBundle & mb )</function> + <function access="private" specifier="non virtual" returnType="TQString">cleanPath( const TQString & component )</function> <function specifier="non virtual">setDevice( GenericMediaDevice * device )</function> <function access="private" specifier="non virtual" returnType="TQString">buildFormatTip()</function> <function access="private" specifier="non virtual">init()</function> diff --git a/amarok/src/medium.h b/amarok/src/medium.h index 34c3251b..850b24a4 100644 --- a/amarok/src/medium.h +++ b/amarok/src/medium.h @@ -28,7 +28,7 @@ class LIBAMAROK_EXPORT Medium { public: - typedef TQValueList<const Medium> List; + typedef TQValueList<Medium> List; static const uint AUTODETECTED = 0; static const uint ID = 1; diff --git a/amarok/src/organizecollectiondialog.ui b/amarok/src/organizecollectiondialog.ui index f63b6b1f..c094a216 100644 --- a/amarok/src/organizecollectiondialog.ui +++ b/amarok/src/organizecollectiondialog.ui @@ -488,15 +488,15 @@ </connection> <connection> <sender>formatEdit</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>organizeCollectionDialog</receiver> - <slot>preview(const QString&)</slot> + <slot>preview(const TQString&)</slot> </connection> <connection> <sender>organizeCollectionDialog</sender> - <signal>updatePreview( const QString & )</signal> + <signal>updatePreview( const TQString & )</signal> <receiver>previewText</receiver> - <slot>setText(const QString&)</slot> + <slot>setText(const TQString&)</slot> </connection> <connection> <sender>customschemeCheck</sender> @@ -548,15 +548,15 @@ </connection> <connection> <sender>regexpEdit</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>organizeCollectionDialog</receiver> - <slot>update(const QString&)</slot> + <slot>update(const TQString&)</slot> </connection> <connection> <sender>replaceEdit</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>organizeCollectionDialog</receiver> - <slot>update(const QString&)</slot> + <slot>update(const TQString&)</slot> </connection> </connections> <includes> @@ -569,20 +569,20 @@ <variable>bool detailed;</variable> </variables> <Q_SIGNALS> - <signal>updatePreview( const QString & )</signal> + <signal>updatePreview( const TQString & )</signal> </Q_SIGNALS> <Q_SLOTS> - <slot>preview( const QString & format )</slot> + <slot>preview( const TQString & format )</slot> <slot>update( int dummy )</slot> - <slot>update( const QString & dummy )</slot> + <slot>update( const TQString & dummy )</slot> <slot>slotDetails()</slot> </Q_SLOTS> <functions> - <function returnType="TQString">buildDestination( const QString & format, const MetaBundle & mb )</function> + <function returnType="TQString">buildDestination( const TQString & format, const MetaBundle & mb )</function> <function returnType="TQString">buildFormatTip()</function> <function returnType="TQString">buildFormatString()</function> <function>setPreviewBundle( const MetaBundle & bundle )</function> - <function returnType="TQString">cleanPath( const QString & component )</function> + <function returnType="TQString">cleanPath( const TQString & component )</function> <function>init()</function> </functions> <layoutdefaults spacing="6" margin="0"/> diff --git a/amarok/src/organizecollectiondialog.ui.h b/amarok/src/organizecollectiondialog.ui.h index 10f51617..7cc46f2d 100644 --- a/amarok/src/organizecollectiondialog.ui.h +++ b/amarok/src/organizecollectiondialog.ui.h @@ -202,8 +202,8 @@ void OrganizeCollectionDialog::slotDetails() } if( dynamic_cast<TQWidget *>(tqparent()) ) { - static_cast<TQWidget *>(tqparent())->adjustSize(); - static_cast<TQWidget *>(tqparent())->updateGeometry(); + TQT_TQWIDGET(tqparent())->adjustSize(); + TQT_TQWIDGET(tqparent())->updateGeometry(); } } diff --git a/amarok/src/tagguesserconfigdialog.ui b/amarok/src/tagguesserconfigdialog.ui index eaac3d73..2241f093 100644 --- a/amarok/src/tagguesserconfigdialog.ui +++ b/amarok/src/tagguesserconfigdialog.ui @@ -195,7 +195,7 @@ Note that the order in which the schemes appear in the list is relevant, since t <slot specifier="non virtual">slotCurrentChanged( TQListViewItem * item )</slot> <slot>accept()</slot> <slot>reject()</slot> - <slot specifier="non virtual">slotRenameItem( TQListViewItem * item, const QPoint &, int c )</slot> + <slot specifier="non virtual">slotRenameItem( TQListViewItem * item, const TQPoint &, int c )</slot> <slot specifier="non virtual">slotMoveUpClicked()</slot> <slot specifier="non virtual">slotMoveDownClicked()</slot> <slot specifier="non virtual">slotAddClicked()</slot> |