remove KDE_IS_VERSION

Signed-off-by: gregory guy <g-gregory@gmx.fr>
pull/5/head
gregory guy 5 years ago
parent f9eefb884c
commit 761e84bed6
No known key found for this signature in database
GPG Key ID: 6EFE0EF249A874C0

@ -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