summaryrefslogtreecommitdiffstats
path: root/src/komposefullscreenwidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-04-07 20:43:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-04-07 20:43:20 +0900
commit574188659e9c8783b6b0477ae317f0763260f36e (patch)
tree56334c243ea55c9c557733969b194655fa3ecd15 /src/komposefullscreenwidget.cpp
parentf4e3d22da4cf32733a269e51486b02860cd8d5b6 (diff)
downloadkompose-574188659e9c8783b6b0477ae317f0763260f36e.tar.gz
kompose-574188659e9c8783b6b0477ae317f0763260f36e.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/komposefullscreenwidget.cpp')
-rw-r--r--src/komposefullscreenwidget.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/komposefullscreenwidget.cpp b/src/komposefullscreenwidget.cpp
index 1e66ad1..712cc7c 100644
--- a/src/komposefullscreenwidget.cpp
+++ b/src/komposefullscreenwidget.cpp
@@ -37,12 +37,6 @@ KomposeFullscreenWidget::KomposeFullscreenWidget( int displayType, KomposeLayout
: KomposeTaskContainerWidget( -1, 0, l ),
type(displayType)
{
- // if ( TQT_VERSION < 0x030300 )
-
- /* use showMaximized instead of setWindowState to make it compile on qt 3.1 or whatever */
- // showMaximized();
- // KWin::setState( winId(), NET::KeepAbove );
-
// Set Desktop background as our background
setBackgroundMode( TQt::FixedPixmap );
// setBackgroundPixmap(*(KomposeGlobal::instance()->getDesktopBgPixmap()));