diff options
Diffstat (limited to 'klipper/toplevel.h')
-rw-r--r-- | klipper/toplevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/klipper/toplevel.h b/klipper/toplevel.h index 8a924a46f..3dbd0a069 100644 --- a/klipper/toplevel.h +++ b/klipper/toplevel.h @@ -21,7 +21,7 @@ #define _TOPLEVEL_H_ #include <tdeapplication.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <tdepopupmenu.h> #include <tqmap.h> #include <tqpixmap.h> @@ -127,7 +127,7 @@ protected: bool ignoreClipboardChanges() const; TDEConfig* config() const { return m_config; } - bool isApplet() const { return m_config != kapp->config(); } + bool isApplet() const { return m_config != tdeApp->config(); } protected slots: void slotPopupMenu(); |