~ubuntu-branches/ubuntu/gutsy/kdebase-workspace/gutsy

« back to all changes in this revision

Viewing changes to kcontrol/style/kcmstyle.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-10-11 14:04:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071011140448-v0eb7lxbb24zagca
Tags: 3.94.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include <QLayout>
33
33
#include <QMap>
34
34
 
35
 
#define KDE3_SUPPORT
36
35
#include <kcmodule.h>
37
 
#undef KDE3_SUPPORT
38
36
#include <kvbox.h>
39
37
 
40
38
#include "menupreview.h"
62
60
        Q_OBJECT
63
61
 
64
62
public:
65
 
        KCMStyle( QWidget* parent, const QStringList& );
 
63
        KCMStyle( QWidget* parent, const QVariantList& );
66
64
        ~KCMStyle();
67
65
 
68
66
        virtual void load();