diff options
Diffstat (limited to 'src/global.h')
-rw-r--r-- | src/global.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/global.h b/src/global.h index 7c4af68..35571ac 100644 --- a/src/global.h +++ b/src/global.h @@ -29,7 +29,7 @@ class DebugWindow; class BackgroundManager; class SystemTray; class BNPView; -class KGlobalAccel; +class TDEGlobalAccel; class KMainWindow; class TDEAboutData; @@ -49,7 +49,7 @@ class Global static BackgroundManager *backgroundManager; static SystemTray *systemTray; static BNPView *bnpView; - static KGlobalAccel *globalAccel; + static TDEGlobalAccel *globalAccel; static KConfig *basketConfig; static AboutData basketAbout; |