Mailinglist Archive: yast-commit (1056 mails)
| < Previous | Next > |
[yast-commit] r44207 - in /branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings: kcategorizedsortfilterproxymodel.h kcategorizedview.h kcategorydrawer.h kcmodulemodel.h
- From: tgoettlicher@xxxxxxxxxxxxxxxx
- Date: Wed, 06 Feb 2008 16:26:43 -0000
- Message-id: <20080206162644.3501824821@xxxxxxxxxxxxxxxx>
Author: tgoettlicher
Date: Wed Feb 6 17:26:43 2008
New Revision: 44207
URL: http://svn.opensuse.org/viewcvs/yast?rev=44207&view=rev
Log:
remove kde deps
Modified:
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedsortfilterproxymodel.h
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedview.h
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorydrawer.h
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcmodulemodel.h
Modified:
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedsortfilterproxymodel.h
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedsortfilterproxymodel.h?rev=44207&r1=44206&r2=44207&view=diff
==============================================================================
---
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedsortfilterproxymodel.h
(original)
+++
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedsortfilterproxymodel.h
Wed Feb 6 17:26:43 2008
@@ -26,7 +26,6 @@
#include <QtGui/QSortFilterProxyModel>
-#include <kdeui_export.h>
class QItemSelection;
@@ -44,7 +43,7 @@
*
* @author Rafael Fernández López <ereslibre@xxxxxxx>
*/
-class KDEUI_EXPORT KCategorizedSortFilterProxyModel
+class KCategorizedSortFilterProxyModel
: public QSortFilterProxyModel
{
public:
Modified:
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedview.h
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedview.h?rev=44207&r1=44206&r2=44207&view=diff
==============================================================================
---
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedview.h
(original)
+++
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedview.h
Wed Feb 6 17:26:43 2008
@@ -23,8 +23,6 @@
#include <QtGui/QListView>
-#include <kdeui_export.h>
-
class KCategoryDrawer;
/**
@@ -38,7 +36,7 @@
*
* @author Rafael Fernández López <ereslibre@xxxxxxx>
*/
-class KDEUI_EXPORT KCategorizedView
+class KCategorizedView
: public QListView
{
Q_OBJECT
Modified:
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorydrawer.h
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorydrawer.h?rev=44207&r1=44206&r2=44207&view=diff
==============================================================================
---
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorydrawer.h
(original)
+++
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorydrawer.h
Wed Feb 6 17:26:43 2008
@@ -21,13 +21,11 @@
#ifndef KCATEGORYDRAWER_H
#define KCATEGORYDRAWER_H
-#include <kdeui_export.h>
-
class QPainter;
class QModelIndex;
class QStyleOption;
-class KDEUI_EXPORT KCategoryDrawer
+class KCategoryDrawer
{
public:
KCategoryDrawer();
Modified:
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcmodulemodel.h
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcmodulemodel.h?rev=44207&r1=44206&r2=44207&view=diff
==============================================================================
--- branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcmodulemodel.h
(original)
+++ branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcmodulemodel.h
Wed Feb 6 17:26:43 2008
@@ -21,7 +21,7 @@
#define KCMODULEMODEL_H
#include <QAbstractItemModel>
-#include <kcategorizedsortfilterproxymodel.h>
+#include "kcategorizedsortfilterproxymodel.h"
class MenuItem;
class KCModuleModelPrivate;
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Feb 6 17:26:43 2008
New Revision: 44207
URL: http://svn.opensuse.org/viewcvs/yast?rev=44207&view=rev
Log:
remove kde deps
Modified:
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedsortfilterproxymodel.h
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedview.h
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorydrawer.h
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcmodulemodel.h
Modified:
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedsortfilterproxymodel.h
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedsortfilterproxymodel.h?rev=44207&r1=44206&r2=44207&view=diff
==============================================================================
---
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedsortfilterproxymodel.h
(original)
+++
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedsortfilterproxymodel.h
Wed Feb 6 17:26:43 2008
@@ -26,7 +26,6 @@
#include <QtGui/QSortFilterProxyModel>
-#include <kdeui_export.h>
class QItemSelection;
@@ -44,7 +43,7 @@
*
* @author Rafael Fernández López <ereslibre@xxxxxxx>
*/
-class KDEUI_EXPORT KCategorizedSortFilterProxyModel
+class KCategorizedSortFilterProxyModel
: public QSortFilterProxyModel
{
public:
Modified:
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedview.h
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedview.h?rev=44207&r1=44206&r2=44207&view=diff
==============================================================================
---
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedview.h
(original)
+++
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorizedview.h
Wed Feb 6 17:26:43 2008
@@ -23,8 +23,6 @@
#include <QtGui/QListView>
-#include <kdeui_export.h>
-
class KCategoryDrawer;
/**
@@ -38,7 +36,7 @@
*
* @author Rafael Fernández López <ereslibre@xxxxxxx>
*/
-class KDEUI_EXPORT KCategorizedView
+class KCategorizedView
: public QListView
{
Q_OBJECT
Modified:
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorydrawer.h
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorydrawer.h?rev=44207&r1=44206&r2=44207&view=diff
==============================================================================
---
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorydrawer.h
(original)
+++
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcategorydrawer.h
Wed Feb 6 17:26:43 2008
@@ -21,13 +21,11 @@
#ifndef KCATEGORYDRAWER_H
#define KCATEGORYDRAWER_H
-#include <kdeui_export.h>
-
class QPainter;
class QModelIndex;
class QStyleOption;
-class KDEUI_EXPORT KCategoryDrawer
+class KCategoryDrawer
{
public:
KCategoryDrawer();
Modified:
branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcmodulemodel.h
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcmodulemodel.h?rev=44207&r1=44206&r2=44207&view=diff
==============================================================================
--- branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcmodulemodel.h
(original)
+++ branches/tmp/tgoettlicher/yast2_2nd_rewrite/systemsettings/kcmodulemodel.h
Wed Feb 6 17:26:43 2008
@@ -21,7 +21,7 @@
#define KCMODULEMODEL_H
#include <QAbstractItemModel>
-#include <kcategorizedsortfilterproxymodel.h>
+#include "kcategorizedsortfilterproxymodel.h"
class MenuItem;
class KCModuleModelPrivate;
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |