summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-06 14:58:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-06 14:58:09 +0900
commit01f8797e7cceef91e289cee858e6b8bca2e15d23 (patch)
treeceabfa2cd12264ebd1ae56d37b6b458b6df8a836 /src
parentaa13689e4b92fa233af67308a95f88de6e170fb3 (diff)
downloadkbibtex-01f8797e7cceef91e289cee858e6b8bca2e15d23.tar.gz
kbibtex-01f8797e7cceef91e289cee858e6b8bca2e15d23.zip
Remove use of KDE_IS_VERSION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r--src/documentsourceview.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/documentsourceview.cpp b/src/documentsourceview.cpp
index 4455609..d587429 100644
--- a/src/documentsourceview.cpp
+++ b/src/documentsourceview.cpp
@@ -153,12 +153,10 @@ namespace KBibTeX
KFindDialog dlg( true, this );
dlg.setFindHistory( m_findHistory );
dlg.setHasSelection( false );
-#if KDE_IS_VERSION(3,4,0)
dlg.setSupportsWholeWordsFind( false );
dlg.setSupportsBackwardsFind( false );
dlg.setSupportsCaseSensitiveFind( false );
dlg.setSupportsRegularExpressionFind( false );
-#endif
if ( dlg.exec() == TQDialog::Accepted )
{
m_lastSearchTerm = dlg.pattern();