Fix obsolete KDE version check for Kopete.

...which resulted in wrong configure entry.

Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit c119edad50)
pull/38/head
Chris 5 years ago committed by Slávek Banko
parent 1d7bf13781
commit 9fe6a1ddbd
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -37,12 +37,10 @@
KSettings::Dialog *KopetePreferencesAction::s_settingsDialog = 0L;
KopetePreferencesAction::KopetePreferencesAction( TDEActionCollection *parent, const char *name )
#if KDE_IS_VERSION( 3, 3, 90 )
: TDEAction( KStdGuiItem::configure(), 0, 0, 0, parent, name )
#else
: TDEAction( KGuiItem( i18n( "&Configure Kopete..." ),
TQString::fromLatin1( "configure" ) ), 0, 0, 0, parent, name )
#endif
{
connect( this, TQT_SIGNAL( activated() ), this, TQT_SLOT( slotShowPreferences() ) );
}

Loading…
Cancel
Save