remove KDE_IS_VERSION

Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 761e84bed6)
r14.0.x
gregory guy 6 years ago committed by Michele Calgaro
parent 0ceb1ad7f7
commit 5c0531caed
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -75,11 +75,9 @@ static TQLabel* switchLabel[switchLabelCount] = {showEverything, showApplication
editSearch->setMaxCount(MAX_HISTORY_ITEMS);
editSearch->setDuplicatesEnabled(false);
#if KDE_IS_VERSION( 3, 5, 4 )
KLineEdit *lineedit = new KLineEdit(editSearch);
lineedit->setClickMessage(i18n( "Applications, Contacts, Conversations, Files and more..." ) );
editSearch->setLineEdit(lineedit);
#endif
connect(editSearch->lineEdit(), TQT_SIGNAL(returnPressed()), TQT_SLOT(search()));
connect(editSearch->lineEdit(), TQT_SIGNAL(textChanged(const TQString &)), TQT_SLOT(searchChanged(const TQString &)));

Loading…
Cancel
Save