22 #ifndef KPIM_CATEGORYEDITDIALOG_H
23 #define KPIM_CATEGORYEDITDIALOG_H
25 #include <kdialogbase.h>
26 #include <tdepimmacros.h>
32 class KDE_EXPORT CategoryEditDialog : public KDialogBase
37 CategoryEditDialog( KPimPrefs *prefs, TQWidget* parent = 0,
40 ~CategoryEditDialog();
54 void categoryConfigChanged();
|