koCreateStyleDia.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef __KoCreateStyleDia__
00021 #define __KoCreateStyleDia__
00022
00023 #include <kdialogbase.h>
00024 #include <qstringlist.h>
00025 class QLineEdit;
00026 class KoCreateStyleDia : public KDialogBase
00027 {
00028 Q_OBJECT
00029 public:
00030 KoCreateStyleDia( const QStringList & _list, QWidget *parent, const char *name );
00031 QString nameOfNewStyle()const;
00032
00033 protected slots:
00034 virtual void slotOk();
00035 void nameChanged( const QString &text);
00036
00037 protected:
00038 QStringList styleList;
00039 QLineEdit *m_styleName;
00040 };
00041
00042 #endif
This file is part of the documentation for lib Library Version 1.3.5.