summaryrefslogtreecommitdiffstats
path: root/kteatime/toplevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'kteatime/toplevel.h')
-rw-r--r--kteatime/toplevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kteatime/toplevel.h b/kteatime/toplevel.h
index 1daaecb..a67c51d 100644
--- a/kteatime/toplevel.h
+++ b/kteatime/toplevel.h
@@ -35,7 +35,7 @@
#include <ksystemtray.h>
#include <tqpixmap.h>
-class KAction;
+class TDEAction;
class KDialogBase;
class TQCheckBox;
class TimeEdit;
@@ -109,7 +109,7 @@ private:
TQPixmap mugPixmap, teaNotReadyPixmap, teaAnim1Pixmap, teaAnim2Pixmap;
- KAction *startAct, *stopAct, *confAct, *anonAct;
+ TDEAction *startAct, *stopAct, *confAct, *anonAct;
TQPopupMenu *menu, *steeping_menu, *start_menu;
TQListView *listbox;
TQLineEdit *nameEdit, *actionEdit;