From 287d83413c05a9176b7967ccf24e1957a0c37647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Sat, 26 Jun 2004 10:56:36 +0000 Subject: [PATCH] Disable --enable-final here for now. svn path=/trunk/kdebase/kwin/; revision=323749 --- kcmkwin/kwinrules/Makefile.am | 2 ++ kcmkwin/kwinrules/detectwidget.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/kcmkwin/kwinrules/Makefile.am b/kcmkwin/kwinrules/Makefile.am index 798ceaf25f..f987e58f14 100644 --- a/kcmkwin/kwinrules/Makefile.am +++ b/kcmkwin/kwinrules/Makefile.am @@ -2,6 +2,8 @@ METASOURCES = AUTO AM_CPPFLAGS = $(all_includes) -DKCMRULES INCLUDES = -I$(top_srcdir)/kwin/lib +KDE_OPTIONS = nofinal + kde_module_LTLIBRARIES = kcm_kwinrules.la kcm_kwinrules_la_SOURCES = main.cpp ruleswidget.cpp ruleslist.cpp kwinsrc.cpp detectwidget.cpp \ diff --git a/kcmkwin/kwinrules/detectwidget.cpp b/kcmkwin/kwinrules/detectwidget.cpp index a921e2173c..b92bd151a8 100644 --- a/kcmkwin/kwinrules/detectwidget.cpp +++ b/kcmkwin/kwinrules/detectwidget.cpp @@ -55,7 +55,7 @@ void DetectDialog::detect( WId window ) readWindow( window ); } -static QCString getStringProperty(WId w, Atom prop, char separator) +static QCString getStringProperty(WId w, Atom prop, char separator=0) { Atom type; int format, status;