Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/17/head
Michele Calgaro 3 weeks ago
parent f4e3d22da4
commit 574188659e
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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()));

@ -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>

Loading…
Cancel
Save