summaryrefslogtreecommitdiffstats
path: root/kuickshow/src/filewidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-22 11:57:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-22 11:57:05 +0900
commitb200dc191e36b3af25c88fe541842c86bd8afc09 (patch)
treea5e05e9b3b8b874b399697f9c2050135f0686be5 /kuickshow/src/filewidget.cpp
parentbaed4696defeb4a65e25fa8a9ed194741613df2d (diff)
downloadtdegraphics-b200dc191e36b3af25c88fe541842c86bd8afc09.tar.gz
tdegraphics-b200dc191e36b3af25c88fe541842c86bd8afc09.zip
Remove use of TDE_VERSIONHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kuickshow/src/filewidget.cpp')
-rw-r--r--kuickshow/src/filewidget.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/kuickshow/src/filewidget.cpp b/kuickshow/src/filewidget.cpp
index d65e98b4..3bb6834b 100644
--- a/kuickshow/src/filewidget.cpp
+++ b/kuickshow/src/filewidget.cpp
@@ -18,7 +18,6 @@
#include <tqkeycode.h>
-#include <tdeversion.h>
#include <tdeglobal.h>
#include <tdeglobalsettings.h>
#include <tdelocale.h>
@@ -42,9 +41,7 @@ FileWidget::FileWidget( const KURL& url, TQWidget *parent, const char *name )
{
setEnableDirHighlighting( true );
-#if TDE_VERSION >= 310
setViewConfig( TDEGlobal::config(), "Filebrowser" );
-#endif
readConfig( TDEGlobal::config(), "Filebrowser" );
setView( KFile::Default );