From f78eb03afb8c9a380985d26286afc40b4c89b292 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:15:35 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- lib/interfaces/kdevmainwindow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/interfaces/kdevmainwindow.h') diff --git a/lib/interfaces/kdevmainwindow.h b/lib/interfaces/kdevmainwindow.h index 27f63273..1a2ea9b6 100644 --- a/lib/interfaces/kdevmainwindow.h +++ b/lib/interfaces/kdevmainwindow.h @@ -26,7 +26,7 @@ class TQWidget; class KStatusBar; -class KMainWindow; +class TDEMainWindow; /** @file kdevmainwindow.h @@ -91,8 +91,8 @@ public: @param caption the caption to set.*/ virtual void setCurrentDocumentCaption( const TQString &caption ) = 0; - /**@return KMainWindow object which actually represents the main window.*/ - virtual KMainWindow *main() = 0; + /**@return TDEMainWindow object which actually represents the main window.*/ + virtual TDEMainWindow *main() = 0; /**@return KStatusBar object which actually represents the status bar in the main window.*/ KStatusBar *statusBar(); -- cgit v1.2.1