summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/recipeinputdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/recipeinputdialog.cpp')
-rw-r--r--krecipes/src/dialogs/recipeinputdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krecipes/src/dialogs/recipeinputdialog.cpp b/krecipes/src/dialogs/recipeinputdialog.cpp
index a5bd1af..b29443c 100644
--- a/krecipes/src/dialogs/recipeinputdialog.cpp
+++ b/krecipes/src/dialogs/recipeinputdialog.cpp
@@ -60,7 +60,7 @@
#include "profiling.h"
-typedef enum ColorStatus { GreenStatus, RedStatus, YellowStatus };
+enum ColorStatus { GreenStatus, RedStatus, YellowStatus };
ClickableLed::ClickableLed( TQWidget *parent ) : KLed(parent)
{