Author: sh-sh-sh Date: Thu Nov 1 00:08:45 2007 New Revision: 41701
URL: http://svn.opensuse.org/viewcvs/yast?rev=41701&view=rev Log: cruft
Modified: branches/tmp/sh/mod-ui/qt/src/YQIntField.cc branches/tmp/sh/mod-ui/qt/src/YQIntField.h branches/tmp/sh/mod-ui/qt/src/YQMenuButton.h
Modified: branches/tmp/sh/mod-ui/qt/src/YQIntField.cc URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/qt/src/YQIntFiel... ============================================================================== --- branches/tmp/sh/mod-ui/qt/src/YQIntField.cc (original) +++ branches/tmp/sh/mod-ui/qt/src/YQIntField.cc Thu Nov 1 00:08:45 2007 @@ -17,6 +17,8 @@ /-*/
+#include <qspinbox.h> + #define y2log_component "qt-ui" #include <ycp/y2log.h>
Modified: branches/tmp/sh/mod-ui/qt/src/YQIntField.h URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/qt/src/YQIntFiel... ============================================================================== --- branches/tmp/sh/mod-ui/qt/src/YQIntField.h (original) +++ branches/tmp/sh/mod-ui/qt/src/YQIntField.h Thu Nov 1 00:08:45 2007 @@ -20,17 +20,15 @@ #ifndef YQIntField_h #define YQIntField_h
-#include <qspinbox.h> #include <qlabel.h> #include <qvbox.h> -#include <ycp/YCPString.h>
#include "YIntField.h"
-class QString; class YQWidgetCaption; -class QIntField; +class QSpinBox; +
class YQIntField : public QVBox, public YIntField {
Modified: branches/tmp/sh/mod-ui/qt/src/YQMenuButton.h URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/qt/src/YQMenuBut... ============================================================================== --- branches/tmp/sh/mod-ui/qt/src/YQMenuButton.h (original) +++ branches/tmp/sh/mod-ui/qt/src/YQMenuButton.h Thu Nov 1 00:08:45 2007 @@ -21,8 +21,6 @@ #define YQMenuButton_h
#include <qwidget.h> -#include <ycp/YCPString.h> - #include "YMenuButton.h"
yast-commit@lists.opensuse.org