From fb3718a55f355cd22f9eb9fa4e89cd3b84b8c9ca Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:05:43 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/gui/kdeext/KTmpStatusMsg.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/gui/kdeext/KTmpStatusMsg.h') diff --git a/src/gui/kdeext/KTmpStatusMsg.h b/src/gui/kdeext/KTmpStatusMsg.h index 35e1adb..45c8bb2 100644 --- a/src/gui/kdeext/KTmpStatusMsg.h +++ b/src/gui/kdeext/KTmpStatusMsg.h @@ -22,10 +22,10 @@ #ifndef KTMPSTATUSMSG_H #define KTMPSTATUSMSG_H -class KMainWindow; +class TDEMainWindow; /** - * A class to create a temporary message on KMainWindow's status bar + * A class to create a temporary message on TDEMainWindow's status bar * * Use as follows : * { // some block of code starts here @@ -42,10 +42,10 @@ public: /** * Creates a new temporary status message on the status bar - * of the specified KMainWindow. + * of the specified TDEMainWindow. * The id of the text widget in the status bar can be specified */ - KTmpStatusMsg(const TQString& msg, KMainWindow*, int id = m_defaultId); + KTmpStatusMsg(const TQString& msg, TDEMainWindow*, int id = m_defaultId); ~KTmpStatusMsg(); @@ -77,7 +77,7 @@ protected: //--------------- Data members --------------------------------- - KMainWindow* m_mainWindow; + TDEMainWindow* m_mainWindow; int m_id; static int m_defaultId; -- cgit v1.2.3