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 dcfc93e..7c4af68 100644 --- a/src/global.h +++ b/src/global.h @@ -31,7 +31,7 @@ class SystemTray; class BNPView; class KGlobalAccel; class KMainWindow; -class KAboutData; +class TDEAboutData; /** Handle all global variables of the application. * This file only declare classes : developer should include @@ -65,7 +65,7 @@ class Global static TQString openNoteIcon(); /// << @return the icon used for the "Open" action on notes. static KMainWindow* mainWindow(); static KConfig* config(); - static KAboutData* about() { return &basketAbout; }; + static TDEAboutData* about() { return &basketAbout; }; }; #endif // GLOBAL_H |