summaryrefslogtreecommitdiffstats
path: root/src/toplevel.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-03-02 20:05:33 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-03-02 20:05:33 +0100
commit722ce1efbac31c61b1d4b13f7e075c9f311e3e73 (patch)
treedb1b6b28566e5fe9accb4a688f7257673cecb080 /src/toplevel.cpp
parentafb74575caf7dd8ccb6c235b1c8d788e320c19da (diff)
downloadtdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.tar.gz
tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.zip
Finish renaming tdevelop components
Diffstat (limited to 'src/toplevel.cpp')
-rw-r--r--src/toplevel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/toplevel.cpp b/src/toplevel.cpp
index 129d869c..63416175 100644
--- a/src/toplevel.cpp
+++ b/src/toplevel.cpp
@@ -8,14 +8,14 @@
#include "simplemainwindow.h"
-KDevMainWindow *TopLevel::s_instance = 0;
+TDevMainWindow *TopLevel::s_instance = 0;
bool TopLevel::mainWindowValid()
{
return s_instance != 0;
}
-KDevMainWindow *TopLevel::getInstance()
+TDevMainWindow *TopLevel::getInstance()
{
if (!s_instance)
{
@@ -28,7 +28,7 @@ KDevMainWindow *TopLevel::getInstance()
return s_instance;
}
-void TopLevel::invalidateInstance(KDevMainWindow *instance)
+void TopLevel::invalidateInstance(TDevMainWindow *instance)
{
if ( s_instance == instance )
s_instance = 0;