diff options
Diffstat (limited to 'src/qalculateplotdialog.cpp')
| -rw-r--r-- | src/qalculateplotdialog.cpp | 9 |
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); |
