diff options
Diffstat (limited to 'juk/keydialog.h')
-rw-r--r-- | juk/keydialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/keydialog.h b/juk/keydialog.h index a974598b..347042c1 100644 --- a/juk/keydialog.h +++ b/juk/keydialog.h @@ -17,7 +17,7 @@ #define KEYDIALOG_H #include <tdeversion.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <kkeydialog.h> #include <tqhbuttongroup.h> @@ -25,7 +25,7 @@ class KeyDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: |