diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:14:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:14:43 -0600 |
commit | d9056e4cfc9bb3187d193deac2355fce73254d2e (patch) | |
tree | 08e5e574b281f3da99abbefdeb01a7860337114f /kteatime/toplevel.h | |
parent | 73c978ef8c0e4f3795f2d6cb71aedd6a4c903dbb (diff) | |
download | tdetoys-d9056e4cfc9bb3187d193deac2355fce73254d2e.tar.gz tdetoys-d9056e4cfc9bb3187d193deac2355fce73254d2e.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kteatime/toplevel.h')
-rw-r--r-- | kteatime/toplevel.h | 4 |
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; |