parts/astyle/astyle_widget.h
Go to the documentation of this file.00001
#ifndef __ASTYLE_WIDGET_H__
00002
#define __ASTYLE_WIDGET_H__
00003
00004
#include "astyleconfig.h"
00005
00006
class KDevPart;
00007
00008
00009 class AStyleWidget :
public AStyleConfig
00010 {
00011 Q_OBJECT
00012
00013
public:
00014
00015
AStyleWidget(
QWidget *parent=0,
const char *name=0);
00016
~AStyleWidget();
00017
00018
00019
public slots:
00020
00021
void accept();
00022
00023
00024
private slots:
00025
00026
void styleChanged(
int id);
00027
00028 };
00029
00030
00031
#endif
This file is part of the documentation for KDevelop Version 3.0.4.