diff options
Diffstat (limited to 'net/kxicq-devel/files/patch-widgets::config::kxsettings_ignoreimpl.cpp')
-rw-r--r-- | net/kxicq-devel/files/patch-widgets::config::kxsettings_ignoreimpl.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/kxicq-devel/files/patch-widgets::config::kxsettings_ignoreimpl.cpp b/net/kxicq-devel/files/patch-widgets::config::kxsettings_ignoreimpl.cpp new file mode 100644 index 00000000000..aab2e91b4d8 --- /dev/null +++ b/net/kxicq-devel/files/patch-widgets::config::kxsettings_ignoreimpl.cpp @@ -0,0 +1,11 @@ +--- kxicq/widgets/config/kxsettings_ignoreimpl.cpp.orig Sat Jun 22 21:49:49 2002 ++++ kxicq/widgets/config/kxsettings_ignoreimpl.cpp Sat Jun 22 21:50:10 2002 +@@ -29,7 +29,7 @@ + #include <qlistview.h> + #include <qpushbutton.h> + +-kxSettings_IgnoreImpl::kxSettings_IgnoreImpl(QWidget *parent, const char *name,WFlags fl = 0 ) ++kxSettings_IgnoreImpl::kxSettings_IgnoreImpl(QWidget *parent, const char *name,WFlags fl) + : kxSettings_Ignore(parent,name, fl) + { + addButton->setEnabled(FALSE); |