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 #include <koffice_export.h>
00026
00027 class QLineEdit;
00028 class KOTEXT_EXPORT KoCreateStyleDia : public KDialogBase
00029 {
00030 Q_OBJECT
00031 public:
00032 KoCreateStyleDia( const QStringList & _list, QWidget *parent, const char *name );
00033 QString nameOfNewStyle()const;
00034
00035 protected slots:
00036 virtual void slotOk();
00037 void nameChanged( const QString &text);
00038
00039 protected:
00040 QStringList styleList;
00041 QLineEdit *m_styleName;
00042 };
00043
00044 #endif
This file is part of the documentation for lib Library Version 1.4.2.