QT3_SUPPORT--

svn path=/trunk/KDE/kdebase/workspace/; revision=1066287
icc-effect-5.14.5
Urs Wolfer 2009-12-26 16:57:26 +00:00
parent 0b37a8a9c2
commit d73958d737
5 changed files with 1 additions and 9 deletions

View File

@ -1,5 +1,3 @@
add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
add_subdirectory( config )
########### next target ###############

View File

@ -1447,7 +1447,7 @@ void B2Button::leaveEvent(QEvent *e)
// =====================================
B2Titlebar::B2Titlebar(B2Client *parent)
: QWidget(parent->widget(), Qt::WStyle_Customize | Qt::WNoAutoErase),
: QWidget(parent->widget()),
client(parent),
set_x11mask(false), isfullyobscured(false), shift_move(false)
{

View File

@ -1,5 +1,3 @@
add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
add_subdirectory( config )
########### next target ###############

View File

@ -1,5 +1,3 @@
add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
add_subdirectory( config )
########### next target ###############

View File

@ -1,5 +1,3 @@
add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
set(kwin3_redmond_PART_SRCS redmond.cpp)
kde4_add_plugin(kwin3_redmond ${kwin3_redmond_PART_SRCS})