From 7864df7a5e0a69bb3e525ec3e47256bdcbf2832b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 14:58:21 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/global.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/global.h') diff --git a/src/global.h b/src/global.h index 49ac04a..e987e4a 100644 --- a/src/global.h +++ b/src/global.h @@ -30,7 +30,7 @@ class BackgroundManager; class SystemTray; class BNPView; class TDEGlobalAccel; -class KMainWindow; +class TDEMainWindow; class TDEAboutData; /** Handle all global variables of the application. @@ -63,7 +63,7 @@ class Global // Various Things: static TQString openNoteIcon(); /// << @return the icon used for the "Open" action on notes. - static KMainWindow* mainWindow(); + static TDEMainWindow* mainWindow(); static TDEConfig* config(); static TDEAboutData* about() { return &basketAbout; }; }; -- cgit v1.2.1