QT3_SUPPORT--
svn path=/trunk/KDE/kdebase/workspace/; revision=1066287
This commit is contained in:
parent
0b37a8a9c2
commit
d73958d737
5 changed files with 1 additions and 9 deletions
|
@ -1,5 +1,3 @@
|
|||
add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
|
||||
|
||||
add_subdirectory( config )
|
||||
|
||||
########### next target ###############
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
|
||||
|
||||
add_subdirectory( config )
|
||||
|
||||
########### next target ###############
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
|
||||
|
||||
add_subdirectory( config )
|
||||
|
||||
########### next target ###############
|
||||
|
|
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue