summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/komposefullscreenwidget.cpp6
-rw-r--r--src/komposetask.cpp2
2 files changed, 1 insertions, 7 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()));
diff --git a/src/komposetask.cpp b/src/komposetask.cpp
index 1e3d966..554a3f8 100644
--- a/src/komposetask.cpp
+++ b/src/komposetask.cpp
@@ -37,7 +37,7 @@
#include <netwm.h>
#include <time.h>
-// Last include as it's Xlibs includes conflict with qt includes
+// Last include as it's Xlibs includes conflict with TQt includes
#include "komposetaskvisualizer.h"
#include <X11/Xlib.h>