summaryrefslogtreecommitdiffstats
path: root/src/qalculateplotdialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-17 17:34:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-18 11:56:20 +0900
commit61a0a06deae49bb08a672f31596434fa3324bf28 (patch)
tree2f92d0ba8fc82911b91ef44db7c796db49594d60 /src/qalculateplotdialog.cpp
parent6499d46d89cc886e9934727164a14a259b29539d (diff)
downloadqalculate-tde-remove/tde-version.tar.gz
qalculate-tde-remove/tde-version.zip
Remove use of TDE_VERSIONremove/tde-version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/qalculateplotdialog.cpp')
-rw-r--r--src/qalculateplotdialog.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/qalculateplotdialog.cpp b/src/qalculateplotdialog.cpp
index 9ef7031..2ca3d51 100644
--- a/src/qalculateplotdialog.cpp
+++ b/src/qalculateplotdialog.cpp
@@ -35,12 +35,7 @@
#include <tqlayout.h>
#include <ktextedit.h>
#include <tdelistview.h>
-#include <tdeversion.h>
-#if TDE_VERSION_MAJOR < 4 && TDE_VERSION_MINOR < 2
-#include <tqtabwidget.h>
-#else
#include <ktabwidget.h>
-#endif
#include <tdefiledialog.h>
#include <tdeapplication.h>
#include <kstdguiitem.h>
@@ -72,11 +67,7 @@ QalculatePlotDialog::QalculatePlotDialog(TQWidget *parent, const char *name) : K
actionButton(User1)->setEnabled(false);
-#if TDE_VERSION_MAJOR < 4 && TDE_VERSION_MINOR < 2
- tabs = new TQTabWidget(this);
-#else
tabs = new KTabWidget(this);
-#endif
setMainWidget(tabs);
TQWidget *page1 = new TQWidget(this);
TQWidget *page2 = new TQWidget(this);