summaryrefslogtreecommitdiffstats
path: root/src/app/BookMan/krbookmark.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-07 11:07:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-07 22:48:54 +0900
commita675856e6e7e5d7f20c66681f1c9d25c58d4b7ee (patch)
tree0d8bb87ef55a5d3bbd3e29899345ce90dab50889 /src/app/BookMan/krbookmark.cpp
parent93cd4949e72fe0a36b0118cd34a3ade29b1fe551 (diff)
downloadkrusader-remove/kde-is-version.tar.gz
krusader-remove/kde-is-version.zip
Remove use of KDE_IS_VERSIONremove/kde-is-version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/app/BookMan/krbookmark.cpp')
-rw-r--r--src/app/BookMan/krbookmark.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/app/BookMan/krbookmark.cpp b/src/app/BookMan/krbookmark.cpp
index cc67228..2231aed 100644
--- a/src/app/BookMan/krbookmark.cpp
+++ b/src/app/BookMan/krbookmark.cpp
@@ -8,11 +8,7 @@
#define BM_NAME(X) (TQString("Bookmark:")+X)
-#if KDE_IS_VERSION(3,4,0)
static const char* NAME_DEVICES = I18N_NOOP("Media");
-#else
-static const char* NAME_DEVICES = I18N_NOOP("Devices");
-#endif
static const char* NAME_VIRTUAL = I18N_NOOP("Virtual Filesystem");
static const char* NAME_LAN = I18N_NOOP("Local Network");
@@ -49,11 +45,7 @@ KrBookmark* KrBookmark::getExistingBookmark(TQString actionName, TDEActionCollec
KrBookmark* KrBookmark::devices(TDEActionCollection *collection) {
KrBookmark *bm = getExistingBookmark(i18n(NAME_DEVICES), collection);
if (!bm) {
-#if KDE_IS_VERSION(3,4,0)
bm = new KrBookmark(i18n(NAME_DEVICES), "media:/", collection);
-#else
- bm = new KrBookmark(i18n(NAME_DEVICES), "devices:/", collection);
-#endif
bm->setIconSet(krLoader->loadIcon("blockdevice", TDEIcon::Small));
}
return bm;