diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-22 11:57:05 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-22 11:57:05 +0900 |
| commit | b200dc191e36b3af25c88fe541842c86bd8afc09 (patch) | |
| tree | a5e05e9b3b8b874b399697f9c2050135f0686be5 /kuickshow/src/kuickshow.cpp | |
| parent | baed4696defeb4a65e25fa8a9ed194741613df2d (diff) | |
| download | tdegraphics-b200dc191e36b3af25c88fe541842c86bd8afc09.tar.gz tdegraphics-b200dc191e36b3af25c88fe541842c86bd8afc09.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kuickshow/src/kuickshow.cpp')
| -rw-r--r-- | kuickshow/src/kuickshow.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kuickshow/src/kuickshow.cpp b/kuickshow/src/kuickshow.cpp index 13d0a8f2..44c3d9d4 100644 --- a/kuickshow/src/kuickshow.cpp +++ b/kuickshow/src/kuickshow.cpp @@ -35,7 +35,6 @@ #include <tdecmdlineargs.h> #include <tdeconfig.h> #include <kcursor.h> -#include <tdeversion.h> #include <tdefiledialog.h> #include <tdefilemetainfo.h> #include <tdeglobal.h> @@ -1125,9 +1124,6 @@ void KuickShow::about() aboutWidget->adjustSize(); -#if TDE_VERSION >= 310 - KDialog::centerOnScreen( aboutWidget ); -#else // Not fixed because it must be dead code now. TQDesktopWidget *desktop = TQApplication::desktop(); int screen = desktop->screenNumber( aboutWidget ); @@ -1137,7 +1133,6 @@ void KuickShow::about() TQRect r = desktop->screenGeometry( screen ); aboutWidget->move( r.center().x() - aboutWidget->width()/2, r.center().y() - aboutWidget->height()/2 ); -#endif aboutWidget->show(); } |
