summaryrefslogtreecommitdiffstats
path: root/src/toplevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/toplevel.h')
-rw-r--r--src/toplevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toplevel.h b/src/toplevel.h
index c91d5be2..8eb0243a 100644
--- a/src/toplevel.h
+++ b/src/toplevel.h
@@ -16,7 +16,7 @@ public:
static KDevMainWindow *getInstance(); //!< Get a pointer to the single KDevTopLevel object
static bool mainWindowValid();
- static void tqinvalidateInstance(KDevMainWindow *instance); //!< Signal that the object has been (or is about to be) destroyed
+ static void invalidateInstance(KDevMainWindow *instance); //!< Signal that the object has been (or is about to be) destroyed
private: